FONTCOLORPREFERENCES.pguidColorService Field

Definition

CLSID of an IVsProvideColorableItems implementor.

public: IntPtr pguidColorService;
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr pguidColorService;
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable pguidColorService : nativeint
Public pguidColorService As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

Set pguidColorService equal to null if you do not have any color information to provide. If *pguidColorService is set to DEFAULT_FILE_TYPE, it represents the base color table build with the stock colorable item provider.

Note

pguidColorService is always set to null or points to a valid GUID by the allocator of the FONTCOLORPREFERENCES structure.

COM Signature

From textmgr.idl:

Applies to