Colorizer::Resume Method ()

 

Called to resume use of the colorizer.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual void Resume()

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.

Return to top
Show: