CategoryEntry(String) コンストラクター

定義

CategoryEntry クラスの新しいインスタンスを作成します。

protected:
 CategoryEntry(System::String ^ name);
protected CategoryEntry (string name);
new System.Activities.Presentation.PropertyEditing.CategoryEntry : string -> System.Activities.Presentation.PropertyEditing.CategoryEntry
Protected Sub New (name As String)

パラメーター

name
String

プロパティのグループのローカライズされたカテゴリ名。

例外

namenull または empty です。

適用対象