IIntellisenseSessionStack.PushSession(IIntellisenseSession) Method

Definition

Adds a session to the top of the stack.

public:
 void PushSession(Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ session);
public:
 void PushSession(Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession ^ session);
void PushSession(Microsoft::VisualStudio::Language::Intellisense::IIntellisenseSession const & session);
public void PushSession (Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession session);
abstract member PushSession : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseSession -> unit
Public Sub PushSession (session As IIntellisenseSession)

Parameters

session
IIntellisenseSession

An IIntellisenseSession to add to the top of the stack.

Applies to