DTE2.GetThemeColor 方法

获取用于在 Visual Studio 内绘制用户界面的颜色。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.dll 中)

语法

声明
Function GetThemeColor ( _
    Element As vsThemeColors _
) As UInteger
uint GetThemeColor(
    vsThemeColors Element
)
unsigned int GetThemeColor(
    vsThemeColors Element
)
abstract GetThemeColor : 
        Element:vsThemeColors -> uint32
function GetThemeColor(
    Element : vsThemeColors
) : uint

参数

返回值

类型:UInt32
一个表示 vsThemeColors 定义的标准颜色的颜色值。

.NET Framework 安全性

请参阅

参考

DTE2 接口

EnvDTE80 命名空间