C# Class Microsoft.VisualStudio.R.Package.Utilities.Navigation

显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
NavigateToFile ( Uri fileUri, int start, int length, bool allowProvisionalTab ) : bool
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

Method Details

NavigateToFile() public static method

public static NavigateToFile ( Uri fileUri, int start, int length, bool allowProvisionalTab ) : bool
fileUri System.Uri
start int
length int
allowProvisionalTab bool
return bool

NavigateToFrame() public static method

public static NavigateToFrame ( IVsWindowFrame frame, int start, int length ) : bool
frame IVsWindowFrame
start int
length int
return bool

NavigateToTextBuffer() public static method

Activates a text view for a text buffer, and sets the cursor to a specific location
public static NavigateToTextBuffer ( ITextBuffer textBuffer, int start, int length ) : bool
textBuffer ITextBuffer
start int
length int
return bool

NavigateToTextView() public static method

public static NavigateToTextView ( ITextView textView, int start, int length ) : bool
textView ITextView
start int
length int
return bool

NavigateToTextView() public static method

public static NavigateToTextView ( IVsTextView vsTextView, int start, int length ) : bool
vsTextView IVsTextView
start int
length int
return bool