DesignerCategoryAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DesignerCategoryAttribute.

Przeciążenia

DesignerCategoryAttribute()

Inicjuje DesignerCategoryAttribute nowe wystąpienie klasy z pustym ciągiem ("").

DesignerCategoryAttribute(String)

Inicjuje DesignerCategoryAttribute nowe wystąpienie klasy o podanej nazwie kategorii.

DesignerCategoryAttribute()

Źródło:
DesignerCategoryAttribute.cs
Źródło:
DesignerCategoryAttribute.cs
Źródło:
DesignerCategoryAttribute.cs

Inicjuje DesignerCategoryAttribute nowe wystąpienie klasy z pustym ciągiem ("").

public:
 DesignerCategoryAttribute();
public DesignerCategoryAttribute ();
Public Sub New ()

Dotyczy

DesignerCategoryAttribute(String)

Źródło:
DesignerCategoryAttribute.cs
Źródło:
DesignerCategoryAttribute.cs
Źródło:
DesignerCategoryAttribute.cs

Inicjuje DesignerCategoryAttribute nowe wystąpienie klasy o podanej nazwie kategorii.

public:
 DesignerCategoryAttribute(System::String ^ category);
public DesignerCategoryAttribute (string category);
new System.ComponentModel.DesignerCategoryAttribute : string -> System.ComponentModel.DesignerCategoryAttribute
Public Sub New (category As String)

Parametry

category
String

Nazwa kategorii.

Dotyczy