FONTCOLORPREFERENCES::pguidColorService Field

 

CLSID of an IVsProvideColorableItems implementor.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public:
IntPtr pguidColorService

Field Value

Type: System::IntPtr

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.

System_CAPS_noteNote

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

From textmgr.idl:

Return to top
Show: