Method FindDeclaration
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
FindDeclaration(string, ISyntaxNode, Point)
When implemented by a class, obtains information about where the language element is declared.
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
object
representing declaration of the language element.