C# 클래스 Microsoft.VisualStudio.R.Package.Utilities.Navigation

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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

메소드 상세

NavigateToFile() 공개 정적인 메소드

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

NavigateToFrame() 공개 정적인 메소드

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

NavigateToTextBuffer() 공개 정적인 메소드

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
리턴 bool

NavigateToTextView() 공개 정적인 메소드

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

NavigateToTextView() 공개 정적인 메소드

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