IVsTaskItem2.NavigateTo Method
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.
Opens a file associated with a task item and moves to the appropriate position in the file.
public:
int NavigateTo();
public:
int NavigateTo();
int NavigateTo();
public int NavigateTo ();
abstract member NavigateTo : unit -> int
Public Function NavigateTo () As Integer
Returns
Implements
Remarks
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 IVsTaskItem2
.