IPeekResult::CanNavigateTo Property

Visual Studio 2015
 

Determines whether this result has a place to navigate to.

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

property bool CanNavigateTo {
	bool get();
}

Property Value

Type: System::Boolean

True if can navigate, false otherwise.

Return to top
Show: