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

カテゴリの名前を指定します。

適用対象