ITokenColorInfo Interface

Definition

Defines properties for coloring specific units of code.

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

public interface class ITokenColorInfo
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0F20D5C8-CBDB-4b64-AB7F-10B158407323")]
public interface ITokenColorInfo
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0F20D5C8-CBDB-4b64-AB7F-10B158407323")>]
type ITokenColorInfo = interface
Public Interface ITokenColorInfo
Attributes

Properties

Color

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.

EndPosition

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.

StartPosition

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.

Applies to

See also