Table of Contents

Method FindDeclarationAsync

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

FindDeclarationAsync(Point)

Finds the declaration of the symbol under a given position

public virtual Task<SymbolLocation> FindDeclarationAsync(Point position)

Parameters

position Point

Position within the text

Returns

Task<SymbolLocation>

Declaration symbol location

FindDeclarationAsync()

Finds the declaration of the symbol at the current position.

public virtual Task<SymbolLocation> FindDeclarationAsync()

Returns

Task<SymbolLocation>

Declaration symbol location