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
node
SyntaxNodeMicrosoft.CodeAnalysis.SyntaxNode
to check.span
TextSpanOutput parameter receives guide range.
Returns
- bool
True if
Microsoft.CodeAnalysis.SyntaxNode
is guideline node; otherwise false.