C# Класс PowerStudio.LanguageServices.PowerShell.Intellisense.Completion.BuiltInCompletionSourceProvider

Наследование: PowerStudio.LanguageServices.Intellisense.Completion.CompletionSourceProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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