ICallHierarchyMemberItem.SupportsNavigateTo Property

Definition

Gets a value that indicates whether the member supports navigation to its location in code.

public:
 property bool SupportsNavigateTo { bool get(); };
public:
 property bool SupportsNavigateTo { bool get(); };
public bool SupportsNavigateTo { get; }
member this.SupportsNavigateTo : bool
Public ReadOnly Property SupportsNavigateTo As Boolean

Property Value

true if the member supports navigation to its location in code; otherwise, false.

Applies to