ThemeResourceKey(Guid, String, ThemeResourceKeyType) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ThemeResourceKey 类的新实例。
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)
参数
- category
- Guid
与此键关联的类别。
- name
- String
与此项关联的名称。
- keyType
- ThemeResourceKeyType
与此密钥关联的密钥类型。