Table of Contents

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 string

Specifies the source text.

node ISyntaxNode

Specifies ISyntaxNode representing a current language element.

position Point

Specifies position of language element.

Returns

object

object representing declaration of the language element.