ThemeResourceKey Constructor
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)
Syntax
'宣言
Public Sub New ( _
category As Guid, _
name As String, _
keyType As ThemeResourceKeyType _
)
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.