VSColorTheme.GetThemedColor(ThemeResourceKey) Метод

Определение

Возвращает цвет указанного ключа ресурса.

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

Параметры

themeResourceKey
ThemeResourceKey

Ключ ресурса, для которого нужно получить цвет.

Возвращаемое значение

Color

Возвращает цвет.

Применяется к