Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines a custom IntelliSense presenter.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Déclaration
Public Interface ICustomIntellisensePresenter _
Inherits IIntellisensePresenter
public interface ICustomIntellisensePresenter : IIntellisensePresenter
public interface class ICustomIntellisensePresenter : IIntellisensePresenter
type ICustomIntellisensePresenter =
interface
interface IIntellisensePresenter
end
public interface ICustomIntellisensePresenter extends IIntellisensePresenter
The ICustomIntellisensePresenter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Session | Gets the session that this presenter is rendering. (Inherited from IIntellisensePresenter.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Render | Renders the IntelliSense session. |
Top
.gif)
.gif)