C# 클래스 PowerStudio.LanguageServices.PowerShell.Intellisense.Completion.BuiltInCompletionSourceProvider

상속: PowerStudio.LanguageServices.Intellisense.Completion.CompletionSourceProvider
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

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

Creates a completion provider for the given context.

메소드 상세

TryCreateCompletionSource() 공개 메소드

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