IIntellisenseSessionStack Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CollapseAllSessions() | Reduces all sessions in the session stack to their collapsed (or minimized) state, or dismisses them if they have no such state. |
![]() | MoveSessionToTop(IIntellisenseSession^) | Moves a session already in the session stack to the top of the stack. |
![]() | PopSession() | Removes the topmost session from the stack and returns it. |
![]() | PushSession(IIntellisenseSession^) | Adds a session to the top of the stack. |
Show:
