DesignerCategoryAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DesignerCategoryAttribute 類別的新執行個體。
多載
DesignerCategoryAttribute() |
使用空字串 ("") 來初始化 DesignerCategoryAttribute 類別的新執行個體。 |
DesignerCategoryAttribute(String) |
使用指定的分類名稱來初始化 DesignerCategoryAttribute 類別的新執行個體。 |
DesignerCategoryAttribute()
使用空字串 ("") 來初始化 DesignerCategoryAttribute 類別的新執行個體。
public:
DesignerCategoryAttribute();
public DesignerCategoryAttribute ();
Public Sub New ()
適用於
DesignerCategoryAttribute(String)
使用指定的分類名稱來初始化 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
類別目錄的名稱。