IIntellisenseSessionStack.CollapseAllSessions 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.
Reduces all sessions in the session stack to their collapsed state, or dismisses them if they have no such state.
public:
void CollapseAllSessions();
public:
void CollapseAllSessions();
void CollapseAllSessions();
public void CollapseAllSessions ();
abstract member CollapseAllSessions : unit -> unit
Public Sub CollapseAllSessions ()
Remarks
The ISmartTagSession is the only default IIntellisenseSession that has a collapsed state.
All other default sessions (ICompletionSession, ISignatureHelpSession, and IQuickInfoSession) are dismissed when they are collapsed.