C# Class PowerStudio.LanguageServices.PowerShell.Intellisense.Completion.SmartCompletionSourceProvider

Inheritance: PowerStudio.LanguageServices.Intellisense.Completion.CompletionSourceProvider
Afficher le fichier Open project: IntelliTect/PowerStudio

Méthodes publiques

Méthode Description
TryCreateCompletionSource ( ITextBuffer textBuffer ) : ICompletionSource

Creates a completion provider for the given context.

Method Details

TryCreateCompletionSource() public méthode

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