DTE2.GetThemeColor Method

Gets a color used to draw the user interface within Visual Studio.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Function GetThemeColor ( _
    Element As vsThemeColors _
) As UInteger
'Usage
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

Parameters

Return Value

Type: System.UInt32
A color value representing a standard color defined by vsThemeColors.

.NET Framework Security

See Also

Reference

DTE2 Interface

DTE2 Members

EnvDTE80 Namespace