VSColorTheme.GetThemedColor(ThemeResourceKey) Método

Definição

Obtém a cor da chave de recurso especificada.

public:
 static System::Drawing::Color GetThemedColor(Microsoft::VisualStudio::Shell::ThemeResourceKey ^ themeResourceKey);
public static System.Drawing.Color GetThemedColor (Microsoft.VisualStudio.Shell.ThemeResourceKey themeResourceKey);
static member GetThemedColor : Microsoft.VisualStudio.Shell.ThemeResourceKey -> System.Drawing.Color
Public Shared Function GetThemedColor (themeResourceKey As ThemeResourceKey) As Color

Parâmetros

themeResourceKey
ThemeResourceKey

A chave de recurso para a qual obter a cor.

Retornos

Color

Retorna a cor.

Aplica-se a