ThemeResourceKey(Guid, String, ThemeResourceKeyType) 构造函数

定义

初始化 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

与此密钥关联的密钥类型。

适用于