다음을 통해 공유


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.

.NET Framework Security

See Also

Reference

ThemeResourceKey Class

Microsoft.VisualStudio.Shell Namespace