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

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

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

NavigateToFrame() public static méthode

public static NavigateToFrame ( IVsWindowFrame frame, int start, int length ) : bool
frame IVsWindowFrame
start int
length int
Résultat bool

NavigateToTextBuffer() public static méthode

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
Résultat bool

NavigateToTextView() public static méthode

public static NavigateToTextView ( ITextView textView, int start, int length ) : bool
textView ITextView
start int
length int
Résultat bool

NavigateToTextView() public static méthode

public static NavigateToTextView ( IVsTextView vsTextView, int start, int length ) : bool
vsTextView IVsTextView
start int
length int
Résultat bool