IIntellisenseSession.Collapse 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.
Collapses the session to an unobtrusive state in which it doesn't get in the way of the user. If the session has no such state, the session will be dismissed.
public:
void Collapse();
public:
void Collapse();
void Collapse();
public void Collapse ();
abstract member Collapse : unit -> unit
Public Sub Collapse ()
Remarks
ILightBulbSessions are the only default IIntellisenseSessions that have a collapsed state. All other default sessions (ICompletionSessions, ISignatureHelpSessions, and IQuickInfoSessions) will be dismissed when collapsed.