VsColors::GetCurrentThemedColorValues Method ()
Visual Studio 2015
Gets all of the current color values in a single Dictionary. This is useful for scenarios where colors are required outside the Visual Studio process or in an AppDomain other than the primary AppDomain, where all of the colors may need to be copied in bulk.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static IDictionary<ThemeResourceKey^, unsigned int>^ GetCurrentThemedColorValues()
Return Value
Type: System.Collections.Generic::IDictionary<ThemeResourceKey^, UInt32>^A dictionary mapping the keys for colors to their ARGB value for the current theme.
Show: