Share via


Colorizer.Suspend Method

Definition

Called to suspend use of the colorizer.

public:
 virtual void Suspend();
public:
 virtual void Suspend();
 virtual void Suspend();
public virtual void Suspend ();
abstract member Suspend : unit -> unit
override this.Suspend : unit -> unit
Public Overridable Sub Suspend ()

Remarks

This method must be matched by a later call to the Resume method.

The base method increments an internal count that can be examined by a call to the GetStateMaintenanceFlag method.

This method is used when building a compound action such as a code snippet expansion that can be undone but for which colorization information is unnecessary.

Applies to