ICallHierarchyMemberItem.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 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
.