次の方法で共有


CategoryEditor.CreateEditorAttribute メソッド

定義

指定した EditorAttribute に対して新しい CategoryEditor を作成します。

オーバーロード

CreateEditorAttribute(CategoryEditor)

指定した EditorAttribute に対して新しい CategoryEditor を作成します。

CreateEditorAttribute(Type)

指定した EditorAttribute 型に対して新しい CategoryEditor を作成します。

CreateEditorAttribute(CategoryEditor)

指定した EditorAttribute に対して新しい CategoryEditor を作成します。

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(System::Activities::Presentation::PropertyEditing::CategoryEditor ^ editor);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (System.Activities.Presentation.PropertyEditing.CategoryEditor editor);
static member CreateEditorAttribute : System.Activities.Presentation.PropertyEditing.CategoryEditor -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (editor As CategoryEditor) As EditorAttribute

パラメーター

editor
CategoryEditor

CategoryEditor新しい EditorAttributeを作成する 対象の 。

戻り値

新しい EditorAttribute

適用対象

CreateEditorAttribute(Type)

指定した EditorAttribute 型に対して新しい CategoryEditor を作成します。

public:
 static System::ComponentModel::EditorAttribute ^ CreateEditorAttribute(Type ^ categoryEditorType);
public static System.ComponentModel.EditorAttribute CreateEditorAttribute (Type categoryEditorType);
static member CreateEditorAttribute : Type -> System.ComponentModel.EditorAttribute
Public Shared Function CreateEditorAttribute (categoryEditorType As Type) As EditorAttribute

パラメーター

categoryEditorType
Type

新しい CategoryEditor を作成する対象の EditorAttribute 型。

戻り値

新しい EditorAttribute

適用対象