INavigableSymbol Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a navigable symbol in code document.
public interface class INavigableSymbol
public interface INavigableSymbol
type INavigableSymbol = interface
Public Interface INavigableSymbol
Properties
Relationships |
Gets all the supported INavigableRelationships of this symbol. |
SymbolSpan |
Gets the span of the symbol. |
Methods
Navigate(INavigableRelationship) |
When invoked, navigates to the target of the specified relationship to the symbol. |