Method FindDeclaration
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
FindDeclaration(string, ISyntaxNode, Point)
Obtains information about where the language element is declared.
public override object FindDeclaration(string text, ISyntaxNode node, Point position)
Parameters
text
stringSpecifies the source text.
node
ISyntaxNodeSpecifies
ISyntaxNode
representing a current language element.position
PointSpecifies position of language element.
Returns
- object
ISyntaxNode
representing declaration of the language element.