C# Класс PowerStudio.LanguageServices.PowerShell.Intellisense.QuickInfo.QuickInfoControllerProvider

Наследование: IIntellisenseControllerProvider
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
TryCreateIntellisenseController ( ITextView textView, IList subjectBuffers ) : IIntellisenseController

Attempts to create an IntelliSense controller for a specific text view opened in a specific context.

Описание методов

TryCreateIntellisenseController() публичный Метод

Attempts to create an IntelliSense controller for a specific text view opened in a specific context.
public TryCreateIntellisenseController ( ITextView textView, IList subjectBuffers ) : IIntellisenseController
textView ITextView The text view for which a controller should be created.
subjectBuffers IList The set of text buffers with matching content types that are potentially visible in the view.
Результат IIntellisenseController