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 session that this presenter is rendering.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
ReadOnly Property Session As IIntellisenseSession
IIntellisenseSession Session { get; }
property IIntellisenseSession^ Session {
IIntellisenseSession^ get ();
}
abstract Session : IIntellisenseSession
function get Session () : IIntellisenseSession
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
The session.
.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.