DTE2.GetThemeColor(vsThemeColors) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a color used to draw the user interface within 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
Parameters
- Element
- vsThemeColors
Standard color for UI.
Returns
A color value representing a standard color defined by vsThemeColors.
- Attributes