Gets the list of descendent nodes of the SyntaxNode. Syntax Parameters descendIntoChildrenFilter A filter for indicating whether the list should include any descendents of the specified node.descendIntoIgnoredContent Indicates whether to include the nodes from structured ignored content. Return Value The list of d...
Gets the list of descendent nodes of the SyntaxNode. Syntax Parameters span An optional span to restrict the result. Only descendant nodes intersecting with the span will be included. The span offset is relative to the beginning of the document.descendIntoChildrenFilter A filter for indicating whether the list sho...
Gets the list of descendent nodes of the SyntaxNode. Overload List
Gets the list of the SyntaxNode and its descendent nodes. Syntax Parameters descendIntoChildrenFilter A filter for indicating whether the list should include any descendents of the specified node.descendIntoIgnoredContent Indicates whether to include the nodes from structured ignored content. Return Value The list...
Gets the list of the SyntaxNode and its descendent nodes. Syntax Parameters span An optional span to restrict the result. Only descendant nodes intersecting with the span will be included. The span offset is relative to the beginning of the document.descendIntoChildrenFilter A filter for indicating whether the lis...
Gets the list of the SyntaxNode and its descendent nodes. Overload List
Compares the specified object to this object to see if they are equivalent. Syntax Parameters obj The object to compare Return Value True if the objects are equal; otherwise false
Gets the Infragistics.Documents.SnapshotSpan occupied by the SyntaxNode. Syntax Property Value A SnapshotSpan that represents the node including all 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 full TextSpan occupied by the SyntaxNode. Syntax Property Value A TextSpan that represents the node including all leading ignored content (see LeadingIgnoredContentLength).
Returns an enumerator for all nodes within the sub-tree rooted at this node with annotations. Syntax Parameters span An optional span to restrict the result. The span offset is relative to the beginning of the document. Return Value An enumerator for all nodes within the sub-tree rooted at this node with annotatio...