ITokenColorInfo Interface

 

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

Defines properties for coloring specific units of code.

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

[<GuidAttribute("0F20D5C8-CBDB-4b64-AB7F-10B158407323")>]
[<ComVisibleAttribute(true)>]
type ITokenColorInfo = interface end

NameDescription
System_CAPS_pubpropertyColor

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the color that should be used to show a unit of code.

System_CAPS_pubpropertyEndPosition

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the position where a unit of code ends.

System_CAPS_pubpropertyStartPosition

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets the position where a unit of code starts.

.NET Framework
Available since 1.1
Return to top
Show: