共用方式為


ProvideDesignerOptionsAttribute Constructor

Initializes a new instance of ProvideDesignerOptionsAttribute with the specified category name.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣告
Public Sub New ( _
    categoryName As String _
)
public ProvideDesignerOptionsAttribute(
    string categoryName
)

Parameters

  • categoryName
    Type: System.String
    The name of a category associated with the designer.

.NET Framework Security

See Also

Reference

ProvideDesignerOptionsAttribute Class

Microsoft.VisualStudio.Shell.Design Namespace