IIntellisenseSession::Presenter Property

 

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)

property IIntellisensePresenter^ Presenter {
	IIntellisensePresenter^ get();
}

This property can change due to session updates.

Return to top
Show: