IIntellisenseSession.Presenter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IIntellisensePresenter that is used to render IntelliSense for this session.
public:
property Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter ^ Presenter { Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter ^ get(); };
public:
property Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter ^ Presenter { Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.IIntellisensePresenter Presenter { get; }
member this.Presenter : Microsoft.VisualStudio.Language.Intellisense.IIntellisensePresenter
Public ReadOnly Property Presenter As IIntellisensePresenter
Property Value
Remarks
This property can change due to session updates.