DTE2.GetThemeColor(vsThemeColors) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于绘制中的用户界面的颜色 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 的标准颜色。
返回
表示由定义的标准颜色的颜色值 vsThemeColors 。
- 属性