VsColors::TryGetColorIDFromBaseKey Method (String^, Int32)
Visual Studio 2015
Attempts to get the color ID from the base key.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static bool TryGetColorIDFromBaseKey( String^ baseKey, [OutAttribute] int% vsSysColor )
Parameters
- baseKey
-
Type:
System::String^
The base key.
- vsSysColor
-
Type:
System::Int32
[out] The color ID.
Show: