IIntellisenseSession::Collapse Method ()

 

Reduces the session to a minimized state. If the session has no such state, the session will be dismissed.

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

void Collapse()

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.

Return to top
Show: