Method IsStructureGuideNode
IsStructureGuideNode(SyntaxNode, out TextSpan)
When implemented by a class, indicates whether specified Microsoft.CodeAnalysis.SyntaxNode is guideline node.
bool IsStructureGuideNode(SyntaxNode node, out TextSpan span)
Parameters
nodeSyntaxNodeMicrosoft.CodeAnalysis.SyntaxNodeto check.spanTextSpanOutput parameter receives guide range.
Returns
- bool
True if
Microsoft.CodeAnalysis.SyntaxNodeis guideline node; otherwise false.