VsColors.GetThemedColorRgba Method

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetThemedColorRgba ( _
    vsUIShell As IVsUIShell5, _
    themeResourceKey As ThemeResourceKey _
) As UInteger
public static uint GetThemedColorRgba(
    this IVsUIShell5 vsUIShell,
    ThemeResourceKey themeResourceKey
)
[ExtensionAttribute]
public:
static unsigned int GetThemedColorRgba(
    IVsUIShell5^ vsUIShell, 
    ThemeResourceKey^ themeResourceKey
)
static member GetThemedColorRgba : 
        vsUIShell:IVsUIShell5 * 
        themeResourceKey:ThemeResourceKey -> uint32
public static function GetThemedColorRgba(
    vsUIShell : IVsUIShell5, 
    themeResourceKey : ThemeResourceKey
) : uint

Parameters

Return Value

Type: System.UInt32

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