Share via


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

'Declaration
Public Sub New ( _
    categoryName As String _
)
public ProvideDesignerOptionsAttribute(
    string categoryName
)
public:
ProvideDesignerOptionsAttribute(
    String^ categoryName
)
new : 
        categoryName:string -> ProvideDesignerOptionsAttribute
public function ProvideDesignerOptionsAttribute(
    categoryName : String
)

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