VsColors.GetThemedWPFColor Method

Gets a Color value from the current theme for the given color key.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetThemedWPFColor ( _
    vsUIShell As IVsUIShell5, _
    themeResourceKey As ThemeResourceKey _
) As Color
public static Color GetThemedWPFColor(
    this IVsUIShell5 vsUIShell,
    ThemeResourceKey themeResourceKey
)
[ExtensionAttribute]
public:
static Color GetThemedWPFColor(
    IVsUIShell5^ vsUIShell, 
    ThemeResourceKey^ themeResourceKey
)
static member GetThemedWPFColor : 
        vsUIShell:IVsUIShell5 * 
        themeResourceKey:ThemeResourceKey -> Color
public static function GetThemedWPFColor(
    vsUIShell : IVsUIShell5, 
    themeResourceKey : ThemeResourceKey
) : Color

Parameters

Return Value

Type: Color
The current theme's value of the named color.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IVsUIShell5. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

VsColors Class

Microsoft.VisualStudio.Shell Namespace