C# Class PowerStudio.LanguageServices.Intellisense.Completion.CompletionSourceProvider

Inheritance: ICompletionSourceProvider
Show file Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TryCreateCompletionSource ( ITextBuffer textBuffer ) : ICompletionSource

Creates a completion provider for the given context.

Method Details

TryCreateCompletionSource() public abstract method

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.
return ICompletionSource