Metodo VSColorTheme.GetThemedColor

Gets the color of the specified resource key.

Spazio dei nomi:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetThemedColor ( _
    themeResourceKey As ThemeResourceKey _
) As Color
public static Color GetThemedColor(
    ThemeResourceKey themeResourceKey
)

Parametri

Valore restituito

Tipo: System.Drawing.Color
Returns the color.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VSColorTheme Classe

Spazio dei nomi Microsoft.VisualStudio.PlatformUI