IPeekResult.CanNavigateTo 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.
Determines whether this result has a place to navigate to.
public:
property bool CanNavigateTo { bool get(); };
public:
property bool CanNavigateTo { bool get(); };
public bool CanNavigateTo { get; }
member this.CanNavigateTo : bool
Public ReadOnly Property CanNavigateTo As Boolean
Property Value
true if can navigate, false otherwise.