DesignerCategoryAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DesignerCategoryAttribute class.
Overloads
DesignerCategoryAttribute() |
Initializes a new instance of the DesignerCategoryAttribute class with an empty string (""). |
DesignerCategoryAttribute(String) |
Initializes a new instance of the DesignerCategoryAttribute class with the given category name. |
DesignerCategoryAttribute()
- Source:
- DesignerCategoryAttribute.cs
- Source:
- DesignerCategoryAttribute.cs
- Source:
- DesignerCategoryAttribute.cs
Initializes a new instance of the DesignerCategoryAttribute class with an empty string ("").
public:
DesignerCategoryAttribute();
public DesignerCategoryAttribute ();
Public Sub New ()
Applies to
DesignerCategoryAttribute(String)
- Source:
- DesignerCategoryAttribute.cs
- Source:
- DesignerCategoryAttribute.cs
- Source:
- DesignerCategoryAttribute.cs
Initializes a new instance of the DesignerCategoryAttribute class with the given category name.
public:
DesignerCategoryAttribute(System::String ^ category);
public DesignerCategoryAttribute (string category);
new System.ComponentModel.DesignerCategoryAttribute : string -> System.ComponentModel.DesignerCategoryAttribute
Public Sub New (category As String)
Parameters
- category
- String
The name of the category.