INavigableSymbol Interface

Definition

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.

Applies to