IIntellisenseSessionStack.TopSession 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 topmost session in the stack.
public:
property Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ TopSession { Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ get(); };
public:
property Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ TopSession { Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession TopSession { get; }
member this.TopSession : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
Public ReadOnly Property TopSession As IIntellisenseSession
Property Value
The topmost session.