次の方法で共有


PropertyValueEditor.CreateEditorAttribute メソッド

定義

プロパティ値の変更に使用する特定PropertyValueEditorの を指定する新しい EditorAttribute を作成します。

オーバーロード

CreateEditorAttribute(PropertyValueEditor)

プロパティ値の変更に使用する特定PropertyValueEditorの を指定する新しい EditorAttribute を作成します。

CreateEditorAttribute(Type)

プロパティ値の変更に特定PropertyValueEditorの型を使用することを指定する新しい EditorAttribute を作成します。

CreateEditorAttribute(PropertyValueEditor)

プロパティ値の変更に使用する特定PropertyValueEditorの を指定する新しい EditorAttribute を作成します。

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

パラメーター

editor
PropertyValueEditor

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

戻り値

指定された EditorAttribute 用の新しい PropertyValueEditor

適用対象

CreateEditorAttribute(Type)

プロパティ値の変更に特定PropertyValueEditorの型を使用することを指定する新しい EditorAttribute を作成します。

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

パラメーター

propertyValueEditorType
Type

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

戻り値

指定された EditorAttribute 型用の新しい PropertyValueEditor

適用対象