Returns the associated Language (read-only) Syntax
Gets the number of ignored characters before the node. Syntax Remarks Note: LeadingIgnoredContentLength is included in Length
Returns the aggregate string length (read-only) Syntax
Returns the overall offset of the node within the entire tree (read-only) Syntax
Returns the parent node (read-only) Syntax
Returns the relatve offset of the node within its parent node (read-only) Syntax
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 ...
Gets the TextSpan occupied by the SyntaxNode. Syntax Property Value A TextSpan that represents the node excluding any leading ignored content (see LeadingIgnoredContentLength).
Returns the Symbol which produced this token. Syntax
Gets the SyntaxTree in which the SyntaxNode or null if it does not exist in a SyntaxTree. Syntax