PropertyValueEditor.CreateEditorAttribute 方法

定义

创建一个新的 EditorAttribute 以指定使用特定 PropertyValueEditor 来更改属性值。

重载

CreateEditorAttribute(PropertyValueEditor)

创建一个新的 EditorAttribute 以指定使用特定 PropertyValueEditor 来更改属性值。

CreateEditorAttribute(Type)

创建一个新的 EditorAttribute 以指定使用特定 PropertyValueEditor 类型来更改属性值。

CreateEditorAttribute(PropertyValueEditor)

创建一个新的 EditorAttribute 以指定使用特定 PropertyValueEditor 来更改属性值。

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

将为其创建新 PropertyValueEditorEditorAttribute

返回

用于指定 EditorAttribute 的新 PropertyValueEditor

适用于

CreateEditorAttribute(Type)

创建一个新的 EditorAttribute 以指定使用特定 PropertyValueEditor 类型来更改属性值。

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

要为其创建新 PropertyValueEditorEditorAttribute 类型。

返回

用于指定的 EditorAttribute 类型的新 PropertyValueEditor

适用于