DTE2.GetThemeColor(vsThemeColors) 方法

定义

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

public:
 System::UInt32 GetThemeColor(EnvDTE80::vsThemeColors Element);
public:
 unsigned int GetThemeColor(EnvDTE80::vsThemeColors Element);
unsigned int GetThemeColor(EnvDTE80::vsThemeColors Element);
[System.Runtime.InteropServices.DispId(301)]
public uint GetThemeColor (EnvDTE80.vsThemeColors Element);
[<System.Runtime.InteropServices.DispId(301)>]
abstract member GetThemeColor : EnvDTE80.vsThemeColors -> uint32
Public Function GetThemeColor (Element As vsThemeColors) As UInteger

参数

Element
vsThemeColors

UI 的标准颜色。

返回

UInt32

表示由定义的标准颜色的颜色值 vsThemeColors

属性

适用于