ICallHierarchyItemDetails.SupportsNavigateTo Property
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.
Gets a value that indicates whether the item supports navigating to the definition.
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 items supports navigating to the definition; otherwise, false
.