IPeekResult::NavigateTo Method (Object^)

Visual Studio 2015
 

Navigate to the location of this result. If the navigation is succesful, then the PostNavigationCallback will be called.

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

void NavigateTo(
	Object^ data
)

Parameters

data
Type: System::Object^

The data that is to be passed directly into the third argument of PostNavigationCallback, if navigation is successful.

Return to top
Show: