Version

Search Results

Language Property (SyntaxNode)

Returns the associated Language (read-only) Syntax

LeadingIgnoredContentLength Property

Gets the number of ignored characters before the node. Syntax Remarks Note: LeadingIgnoredContentLength is included in Length

Length Property (SyntaxNode)

Returns the aggregate string length (read-only) Syntax

OverallOffset Property (SyntaxNode)

Returns the overall offset of the node within the entire tree (read-only) Syntax

Parent Property

Returns the parent node (read-only) Syntax

RelativeOffset Property

Returns the relatve offset of the node within its parent node (read-only) Syntax

SnapshotSpan Property (SyntaxNode)

Gets the Infragistics.Documents.SnapshotSpan occupied by the SyntaxNode. Syntax Property Value A SnapshotSpan that represents the node excluding any leading ignored content (see LeadingIgnoredContentLength). Remarks The snapshot associated with the span will be null if the SyntaxTree is null because the node does ...

Span Property (SyntaxNode)

Gets the TextSpan occupied by the SyntaxNode. Syntax Property Value A TextSpan that represents the node excluding any leading ignored content (see LeadingIgnoredContentLength).

Symbol Property (SyntaxNode)

Returns the Symbol which produced this token. Syntax

SyntaxTree Property (SyntaxNode)

Gets the SyntaxTree in which the SyntaxNode or null if it does not exist in a SyntaxTree. Syntax