PowerStudio.LanguageServices.Intellisense.Completion.CompletionSourceProvider.TryCreateCompletionSource C# (CSharp) 메소드

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
        public abstract ICompletionSource TryCreateCompletionSource( ITextBuffer textBuffer );
CompletionSourceProvider