Version

GetText Method (SyntaxNode)

Gets the text of this node and all of its descendants.
Syntax
'Declaration
 
Public Function GetText( _
   Optional ByVal includeLeadingIgnoredContent As Boolean _
) As String
public string GetText( 
   bool includeLeadingIgnoredContent
)

Parameters

includeLeadingIgnoredContent
If true will include the leading ignored content of the first descendant SyntaxNode.

Return Value

The reconstructed string contains all of the descendant SyntaxNodes concatenated.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also