IIntellisenseSessionStack.PopSession Method

Definition

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.

Applies to