IVsFontAndColorUtilities.EncodeSysColor 方法

返回 RGB (COLORREF) 颜色值与指定的系统颜色组件对应。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
Function EncodeSysColor ( _
    iSysColor As Integer, _
    <OutAttribute> ByRef pcrResult As UInteger _
) As Integer
int EncodeSysColor(
    int iSysColor,
    out uint pcrResult
)

参数

  • iSysColor
    类型:System.Int32
    [in] 无效的系统颜色分量值。
  • pcrResult
    类型:System.UInt32%
    [out] 指定的系统颜色的 RGB 组件 (COLORREF) 表示。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

有效的系统组件必须是有效的输入。 GetSysColor。 有关有效值列表,请参见 System Colors

pcrResult 的值返回元素的当前颜色值。

COLORREF 将具有 CT_SYSCOLOR 的类型 (如返回 GetColorType

托管代码可获取函数等效于 GetSysColorSystemColors 和将 COLORREF 和使用 M:System.Drawing.ColorTranslator.FromWin32System.Drawing.Color 结构和M:System.Drawing.ColorTranslator.ToWin32之间。

.NET Framework 安全性

请参见

参考

IVsFontAndColorUtilities 接口

Microsoft.VisualStudio.Shell.Interop 命名空间

其他资源

字体