Method | Description | |
---|---|---|
NavigateToFile ( |
||
NavigateToFrame ( IVsWindowFrame frame, int start, int length ) : bool | ||
NavigateToTextBuffer ( ITextBuffer textBuffer, int start, int length ) : bool |
Activates a text view for a text buffer, and sets the cursor to a specific location
|
|
NavigateToTextView ( ITextView textView, int start, int length ) : bool | ||
NavigateToTextView ( IVsTextView vsTextView, int start, int length ) : bool |
public static NavigateToFile ( |
||
fileUri | ||
start | int | |
length | int | |
allowProvisionalTab | bool | |
return | bool |
public static NavigateToFrame ( IVsWindowFrame frame, int start, int length ) : bool | ||
frame | IVsWindowFrame | |
start | int | |
length | int | |
return | bool |
public static NavigateToTextBuffer ( ITextBuffer textBuffer, int start, int length ) : bool | ||
textBuffer | ITextBuffer | |
start | int | |
length | int | |
return | bool |
public static NavigateToTextView ( ITextView textView, int start, int length ) : bool | ||
textView | ITextView | |
start | int | |
length | int | |
return | bool |
public static NavigateToTextView ( IVsTextView vsTextView, int start, int length ) : bool | ||
vsTextView | IVsTextView | |
start | int | |
length | int | |
return | bool |