DesignerAttribute Constructor
.NET Framework 4.5
Initializes a new instance of the DesignerAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DesignerAttribute(String) | Initializes a new instance of the DesignerAttribute class using the name of the type that provides design-time services. |
|
DesignerAttribute(Type) | Initializes a new instance of the DesignerAttribute class using the type that provides design-time services. |
|
DesignerAttribute(String, String) | Initializes a new instance of the DesignerAttribute class using the designer type and the base class for the designer. |
|
DesignerAttribute(String, Type) | Initializes a new instance of the DesignerAttribute class, using the name of the designer class and the base class for the designer. |
|
DesignerAttribute(Type, Type) | Initializes a new instance of the DesignerAttribute class using the types of the designer and designer base class. |