Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IIntellisensePresenter that is used to render IntelliSense for this session.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
ReadOnly Property Presenter As IIntellisensePresenter
IIntellisensePresenter Presenter { get; }
property IIntellisensePresenter^ Presenter {
IIntellisensePresenter^ get ();
}
abstract Presenter : IIntellisensePresenter
function get Presenter () : IIntellisensePresenter
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisensePresenter
The IIntellisensePresenter.
Remarks
This property can change due to session updates.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.