VsColors::GetColorBaseKey Method (Int32)

 

Gets the key for the color.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static String^ GetColorBaseKey(
	int vsSysColor
)

Parameters

vsSysColor
Type: System::Int32

The color.

Return Value

Type: System::String^

The name of the color key.

Only colors in the range [FirstColor, LastColor] areknown VS colors, any other value is out of range.

Return to top
Show: