IIntellisenseSessionStack.TopSession Property
Gets the topmost session in the stack.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'宣言
ReadOnly Property TopSession As IIntellisenseSession
Get
IIntellisenseSession TopSession { get; }
property IIntellisenseSession^ TopSession {
IIntellisenseSession^ get ();
}
abstract TopSession : IIntellisenseSession
function get TopSession () : IIntellisenseSession
Property Value
Type: Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
The topmost 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.