C# 클래스 Microsoft.R.Editor.Completion.RCompletionContext

R completion context. Provides information about current document, caret position and other necessary data for the completion engine.
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
IsCaretInLibraryStatement ( ITextView textView ) : bool
IsCaretInNamespace ( ITextView textView ) : bool
IsInNameSpace ( ) : bool
IsInNamespace ( ITextSnapshot snapshot, int position ) : bool
RCompletionContext ( ICompletionSession session, ITextBuffer textBuffer, AstRoot ast, int position ) : System

메소드 상세

IsCaretInLibraryStatement() 공개 정적인 메소드

public static IsCaretInLibraryStatement ( ITextView textView ) : bool
textView ITextView
리턴 bool

IsCaretInNamespace() 공개 정적인 메소드

public static IsCaretInNamespace ( ITextView textView ) : bool
textView ITextView
리턴 bool

IsInNameSpace() 공개 메소드

public IsInNameSpace ( ) : bool
리턴 bool

IsInNamespace() 공개 정적인 메소드

public static IsInNamespace ( ITextSnapshot snapshot, int position ) : bool
snapshot ITextSnapshot
position int
리턴 bool

RCompletionContext() 공개 메소드

public RCompletionContext ( ICompletionSession session, ITextBuffer textBuffer, AstRoot ast, int position ) : System
session ICompletionSession
textBuffer ITextBuffer
ast Microsoft.R.Core.AST.AstRoot
position int
리턴 System