IIntellisenseSession.Collapse Method

Definition

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.

Applies to