Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
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)