IVsColorizer2.EndColorization 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.
Suspends or ends colorization operations.
public:
int EndColorization();
public:
int EndColorization();
int EndColorization();
public int EndColorization ();
abstract member EndColorization : unit -> int
Public Function EndColorization () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The Visual Studio environment calls this method prior to beginning any operations, such as automatic code insertion and formatting, which might conflict with colorization.
The implementation must suspend operations of the language services IVsColorizer implementation.
COM Signature
From textmgr2.idl:
void IVsColorizer2::EndColorization();