Version

Search Results

Descendants(Func<SyntaxNode,Boolean>,Boolean) Method

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...

Descendants(TextSpan,Func<SyntaxNode,Boolean>,Boolean) Method

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...

Descendants Method

Gets the list of descendent nodes of the SyntaxNode. Overload List

DescendantsAndSelf(Func<SyntaxNode,Boolean>,Boolean) Method

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...

DescendantsAndSelf(TextSpan,Func<SyntaxNode,Boolean>,Boolean) Method

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...

DescendantsAndSelf Method

Gets the list of the SyntaxNode and its descendent nodes. Overload List

Equals Method (SyntaxNode)

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

FullSnapshotSpan Property

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 ...

FullSpan Property

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

GetAnnotatedNodes(Nullable<TextSpan>) Method

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...