Colorizer.Resume Method

Definition

Called to resume use of the colorizer.

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

Remarks

This method must be matched by a preceding call to Suspend.

The base method decrements an internal counter that can be examined by a call to GetStateMaintenanceFlag.

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