ITokenColorInfo::Color Property

 

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.

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

property TokenColor Color {
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	TokenColor get();
}

Property Value

Type: Microsoft.JScript::TokenColor

The color that should be used to show the unit of code.

.NET Framework
Available since 1.1
Return to top
Show: