ICallHierarchyItemDetails.SupportsNavigateTo Property

Gets a value that indicates whether the item supports navigating to the definition.

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

Syntax

'Declaration
ReadOnly Property SupportsNavigateTo As Boolean
bool SupportsNavigateTo { get; }
property bool SupportsNavigateTo {
    bool get ();
}
abstract SupportsNavigateTo : bool with get
function get SupportsNavigateTo () : boolean

Property Value

Type: Boolean
true if the items supports navigating to the definition; otherwise, false.

.NET Framework Security

See Also

Reference

ICallHierarchyItemDetails Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace