IIntellisensePresenter.Session Property

Definition

Gets the session that this presenter is rendering.

public:
 property Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ Session { Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ get(); };
public:
 property Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ Session { Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession Session { get; }
member this.Session : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
Public ReadOnly Property Session As IIntellisenseSession

Property Value

The session.

Applies to