IFindReferences Interface
Definition
Represents properties and methods used to find symbol declataion and references.
Syntax
public interface IFindReferences
Properties
HighlightCurrentBlock | When implemented by a class, specifies that edit control should highlight current block. |
HighlightMatchingBlocks | When implemented by a class, specifies that edit control should highlight begin/end blocks. |
HighlightReferences | When implemented by a class, specifies that edit control should highlight found references. |
HighlightSymbolReferences | When implemented by a class, specifies that edit control should highlight symbol references when hovering mouse over them. |
Methods
FindDeclaration() | When implemented by a class, finds declaration of the symbol at the current position. |
FindDeclaration(Point) | When implemented by a class, finds declaration of the symbol at the given position. |
FindImplementations(Point, IRangeList) | When implemented by a class, finds all implementations of the symbol under given position |
FindReferences(Point, IRangeList) | When implemented by a class, finds all references of the symbol under given position |
JumpToDeclaration() | When implemented by a class, finds declaration of the symbol under current position and navigates to it |