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 _
)
'使用
Dim categoryName As String

Dim instance As New ProvideDesignerOptionsAttribute(categoryName)
public ProvideDesignerOptionsAttribute(
    string categoryName
)
public:
ProvideDesignerOptionsAttribute(
    String^ categoryName
)
public function ProvideDesignerOptionsAttribute(
    categoryName : String
)

Parameters

  • categoryName
    Type: System.String

    The name of a category associated with the designer.

Permissions

See Also

Reference

ProvideDesignerOptionsAttribute Class

ProvideDesignerOptionsAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace