Colorizer::Suspend Method ()
Visual Studio 2015
Called to suspend use of the colorizer.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: