IVsProvideColorableItems 实现者的 CLSID。
命名空间: Microsoft.VisualStudio.TextManager.Interop
程序集: Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
语法
声明
Public pguidColorService As IntPtr
public IntPtr pguidColorService
public:
IntPtr pguidColorService
val mutable pguidColorService: IntPtr
public var pguidColorService : IntPtr
备注
,如果您没有提供,任何颜色集的信息 pguidColorService 等于 nullnull 引用(在 Visual Basic 中为 Nothing) 。 如果 *pguidColorService 设置为 DEFAULT_FILE_TYPE,它将库存可着色项提供程序表示基色表生成。
备注
pguidColorService 始终设置为 nullnull 引用(在 Visual Basic 中为 Nothing) 或指向有效的 GUID 由 FONTCOLORPREFERENCES 结构的分配器。
COM 签名
从 textmgr.idl:
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。