VsColors::GetColorID Method (Object^)
Visual Studio 2015
Gets the __VSSYSCOLOREX identifier for a given WPF color resource key.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- vsColorKey
-
Type:
System::Object^
The Visual Studio color key.
The input is a key that can be used to reference the color in Visual Studio from XAML. The output is an identifier from the __VSSYSCOLOREX enumeration used with GetVSSysColorEx.
Show: