C# 클래스 PowerStudio.LanguageServices.Intellisense.Completion.CompletionSourceProvider

상속: ICompletionSourceProvider
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TryCreateCompletionSource ( ITextBuffer textBuffer ) : ICompletionSource

Creates a completion provider for the given context.

메소드 상세

TryCreateCompletionSource() 공개 추상적인 메소드

Creates a completion provider for the given context.
public abstract TryCreateCompletionSource ( ITextBuffer textBuffer ) : ICompletionSource
textBuffer ITextBuffer The text buffer over which to create a provider.
리턴 ICompletionSource