Method IsStructureGuideNode
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.dll
IsStructureGuideNode(SyntaxNode, out TextSpan)
Indicates whether specified Microsoft.CodeAnalysis.SyntaxNode is guideline node.
public override bool IsStructureGuideNode(SyntaxNode node, out TextSpan span)Parameters
- nodeSyntaxNode
- Microsoft.CodeAnalysis.SyntaxNodeto check.
- spanTextSpan
- Output parameter receives guide range. 
Returns
- bool
- True if - Microsoft.CodeAnalysis.SyntaxNodeis guideline node; otherwise false.