TaskProvider::Navigate Method (Task^, Guid)
Visual Studio 2015
Navigates from the task to the correct position in the document, shown in the specified logical view.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- task
-
Type:
Microsoft.VisualStudio.Shell::Task^
The task from which to do the navigation.
- logicalView
-
Type:
System::Guid
The logical view in which to display the document.
Return Value
Type: System::Booleantrue if it was possible to perform the navigation, otherwise false.
This method opens the document referenced by task in the specified logical view and puts the cursor at the beginning of the line.
Show: