FindDeclaration Method
FindDeclaration()
When implemented by a class, finds the declaration of the symbol at the current position.
Declaration
SymbolLocation FindDeclaration()
Returns
Type | Description |
---|---|
SymbolLocation | Declaration symbol location |
FindDeclaration(Point)
When implemented by a class, finds the declaration of the symbol at the given position.
Declaration
SymbolLocation FindDeclaration(Point position)
Parameters
Type | Name | Description |
---|---|---|
Point | position | Position within the text |
Returns
Type | Description |
---|---|
SymbolLocation | Declaration symbol location |