C# Class PowerStudio.LanguageServices.PowerShell.Intellisense.QuickInfo.QuickInfoControllerProvider

Inheritance: IIntellisenseControllerProvider
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TryCreateIntellisenseController ( ITextView textView, IList subjectBuffers ) : IIntellisenseController

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

Method Details

TryCreateIntellisenseController() public méthode

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.
Résultat IIntellisenseController