IColorizeText Interface

 

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

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

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[<GuidAttribute("DB283E60-7ADB-4cf6-9758-2931893A12FC")>]
[<ComVisibleAttribute(true)>]
type IColorizeText = interface end

NameDescription
System_CAPS_pubmethodColorize(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.

System_CAPS_pubmethodGetStateForText(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.

.NET Framework
Available since 1.1
Return to top
Show: