Table of Contents

Method FindDeclaration

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

FindDeclaration()

When implemented by a class, finds the declaration of the symbol at the current position.

SymbolLocation FindDeclaration()

Returns

SymbolLocation

Declaration symbol location

FindDeclaration(Point)

When implemented by a class, finds the declaration of the symbol at the given position.

SymbolLocation FindDeclaration(Point position)

Parameters

position Point

Position within the text

Returns

SymbolLocation

Declaration symbol location