Share via


VsColors.GetThemedWPFColor Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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: System.Windows.Media.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