DesignerCategoryAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a DesignerCategoryAttribute osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| DesignerCategoryAttribute() |
Inicializálja az DesignerCategoryAttribute osztály új példányát egy üres sztringgel (""). |
| DesignerCategoryAttribute(String) |
Inicializálja az DesignerCategoryAttribute osztály új példányát a megadott kategórianévvel. |
DesignerCategoryAttribute()
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
Inicializálja az DesignerCategoryAttribute osztály új példányát egy üres sztringgel ("").
public:
DesignerCategoryAttribute();
public DesignerCategoryAttribute();
Public Sub New ()
A következőre érvényes:
DesignerCategoryAttribute(String)
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
- Forrás:
- DesignerCategoryAttribute.cs
Inicializálja az DesignerCategoryAttribute osztály új példányát a megadott kategórianévvel.
public:
DesignerCategoryAttribute(System::String ^ category);
public DesignerCategoryAttribute(string category);
new System.ComponentModel.DesignerCategoryAttribute : string -> System.ComponentModel.DesignerCategoryAttribute
Public Sub New (category As String)
Paraméterek
- category
- String
A kategória neve.