Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Creates IntelliSense controllers for a specific ITextView object.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaração
Public Interface IIntellisenseControllerProvider
public interface IIntellisenseControllerProvider
public interface class IIntellisenseControllerProvider
type IIntellisenseControllerProvider = interface end
public interface IIntellisenseControllerProvider
The IIntellisenseControllerProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
TryCreateIntellisenseController | Attempts to create an IntelliSense controller for a specific text view. |
Top
Examples
For an example of this interface, see Walkthrough: Displaying QuickInfo Tooltips.
.gif)