ThemeResourceKey Constructor (Guid, String^, ThemeResourceKeyType)

 

Initializes a new instance of the ThemeResourceKey class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public:
ThemeResourceKey(
	Guid category,
	String^ name,
	ThemeResourceKeyType keyType
)

Parameters

category
Type: System::Guid

The category associated with this key.

name
Type: System::String^

The name associated with this key.

keyType
Type: Microsoft.VisualStudio.Shell::ThemeResourceKeyType

The key type associated with this key.

Return to top
Show: