IIntellisenseSessionStack Methods

 

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

NameDescription
System_CAPS_pubmethodCollapseAllSessions()

Reduces all sessions in the session stack to their collapsed (or minimized) state, or dismisses them if they have no such state.

System_CAPS_pubmethodMoveSessionToTop(IIntellisenseSession^)

Moves a session already in the session stack to the top of the stack.

System_CAPS_pubmethodPopSession()

Removes the topmost session from the stack and returns it.

System_CAPS_pubmethodPushSession(IIntellisenseSession^)

Adds a session to the top of the stack.

Return to top
Show: