IColorizeText Interface

Definition

Defines services for colorizing text when JScript code is being authored in an editor.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IColorizeText
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("DB283E60-7ADB-4cf6-9758-2931893A12FC")]
public interface IColorizeText
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("DB283E60-7ADB-4cf6-9758-2931893A12FC")>]
type IColorizeText = interface
Public Interface IColorizeText
Attributes

Methods

Colorize(String, SourceState)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, scans the specified source code for individual units of code and identifies the color that each should have.

GetStateForText(String, SourceState)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, scans the specified source code for individual units of code and identifies the state (normal, comment, string) of the specified code.

Applies to

See also