Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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)