IVsColorizer2.EndColorization Method

Definition

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();  

Applies to