IIntellisenseSessionStack::PushSession Method (IIntellisenseSession^)

 

Adds a session to the top of the stack.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

void PushSession(
	IIntellisenseSession^ session
)

Parameters

session
Type: Microsoft.VisualStudio.Language.Intellisense::IIntellisenseSession^

An IIntellisenseSession to add to the top of the stack.

Return to top
Show: