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

상속: CompletionSet
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Filter ( ) : void
Filter ( char commitChar ) : void

Performs filtering based on the potential commit character such as when user completes partially typed function argument with = and we need to pick exactly entry with = and not plain one.

RCompletionSet ( ITextBuffer textBuffer, ITrackingSpan trackingSpan, List completions ) : System

비공개 메소드들

메소드 설명
GetTypedText ( ) : string
Match ( string typedText, string compText, char commitChar ) : int
OrderList ( IReadOnlyCollection completions ) : CompletionList
UpdateVisibility ( char commitChar = '\0' ) : void

메소드 상세

Filter() 공개 메소드

public Filter ( ) : void
리턴 void

Filter() 공개 메소드

Performs filtering based on the potential commit character such as when user completes partially typed function argument with = and we need to pick exactly entry with = and not plain one.
public Filter ( char commitChar ) : void
commitChar char
리턴 void

RCompletionSet() 공개 메소드

public RCompletionSet ( ITextBuffer textBuffer, ITrackingSpan trackingSpan, List completions ) : System
textBuffer ITextBuffer
trackingSpan ITrackingSpan
completions List
리턴 System