IIntellisenseSessionStack.PopSession Method
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.
Removes the topmost session from the stack and returns it.
public:
Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ PopSession();
public:
Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ PopSession();
Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession PopSession();
public Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession PopSession ();
abstract member PopSession : unit -> Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession
Public Function PopSession () As IIntellisenseSession
Returns
The session that was removed.