This topic has not yet been rated - Rate this topic

IVsTaskItem.NavigateTo Method

Opens a file associated with a task item and moves to the appropriate position in the file.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

int NavigateTo ()
int NavigateTo ()
function NavigateTo () : int

Implement this method to bring up the file, highlight the line, and place the cursor at the appropriate column in the file if the task item is associated with a particular position in a file. To establish the file, line, and column associated with a task item, implement the Document, Line, and Column methods of IVsTaskItem.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.