ThemeResourceKey(Guid, String, ThemeResourceKeyType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.