更新 : 2007 年 11 月
Visual Studio 内のユーザー インターフェイスの描画に使用された色を取得します。
Function GetThemeColor ( _ Element As vsThemeColors _ ) As UInteger
Dim instance As DTE2 Dim Element As vsThemeColors Dim returnValue As UInteger returnValue = instance.GetThemeColor(Element)
uint GetThemeColor( vsThemeColors Element )
unsigned int GetThemeColor( vsThemeColors Element )
function GetThemeColor( Element : vsThemeColors ) : uint
UI の標準色。
vsThemeColors で定義された標準色を表すカラー値を返します。