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

Inheritance: IIntellisenseControllerProvider
Mostra file Open project: IntelliTect/PowerStudio Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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