VsColors::TryGetColorIDFromBaseKey Method (String^, Int32)

 

Attempts to get the color ID from the base key.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return Value

Type: System::Boolean

VSConstants.S_OK, or a failure code.

Return to top
Show: