ThemeResourceKey(Guid, String, ThemeResourceKeyType) Constructor

Definition

Initializes a new instance of the ThemeResourceKey class.

public:
 ThemeResourceKey(Guid category, System::String ^ name, Microsoft::VisualStudio::Shell::ThemeResourceKeyType keyType);
public ThemeResourceKey (Guid category, string name, Microsoft.VisualStudio.Shell.ThemeResourceKeyType keyType);
new Microsoft.VisualStudio.Shell.ThemeResourceKey : Guid * string * Microsoft.VisualStudio.Shell.ThemeResourceKeyType -> Microsoft.VisualStudio.Shell.ThemeResourceKey
Public Sub New (category As Guid, name As String, keyType As ThemeResourceKeyType)

Parameters

category
Guid

The category associated with this key.

name
String

The name associated with this key.

keyType
ThemeResourceKeyType

The key type associated with this key.

Applies to