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
)
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

ProvideDesignerOptionsAttribute Members

Microsoft.VisualStudio.Shell.Design Namespace