DesignerCategoryAttribute 建構函式

定義

初始化 DesignerCategoryAttribute 類別的新執行個體。

多載

DesignerCategoryAttribute()

使用空字串 ("") 來初始化 DesignerCategoryAttribute 類別的新執行個體。

DesignerCategoryAttribute(String)

使用指定的分類名稱來初始化 DesignerCategoryAttribute 類別的新執行個體。

DesignerCategoryAttribute()

來源:
DesignerCategoryAttribute.cs
來源:
DesignerCategoryAttribute.cs
來源:
DesignerCategoryAttribute.cs

使用空字串 ("") 來初始化 DesignerCategoryAttribute 類別的新執行個體。

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

適用於

DesignerCategoryAttribute(String)

來源:
DesignerCategoryAttribute.cs
來源:
DesignerCategoryAttribute.cs
來源:
DesignerCategoryAttribute.cs

使用指定的分類名稱來初始化 DesignerCategoryAttribute 類別的新執行個體。

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

參數

category
String

類別目錄的名稱。

適用於