ICallHierarchyMemberItem::SupportsNavigateTo Property

 

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

Namespace:   Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

property bool SupportsNavigateTo {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: