VsColors.GetThemedGDIColor Method

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

Syntax

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

Parameters

Return Value

Type: System.Drawing.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