VsColors::GetThemedWPFColor Method (IVsUIShell5^, ThemeResourceKey^)
Visual Studio 2015
Gets a Color value from the current theme for the given color key.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ExtensionAttribute] static Color GetThemedWPFColor( IVsUIShell5^ vsUIShell, ThemeResourceKey^ themeResourceKey )
Parameters
- vsUIShell
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIShell5^
The IVsUIShell5 service, used to get the color's value.
- themeResourceKey
-
Type:
Microsoft.VisualStudio.Shell::ThemeResourceKey^
The key for which to find the color
Show: