IIntellisenseSessionStack.PushSession(IIntellisenseSession) 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.
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.