Colorizer.Resume 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.
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.