PropertyValueEditor.CreateEditorAttribute 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 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
将为其创建新 PropertyValueEditor 的 EditorAttribute。
返回
用于指定 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
要为其创建新 PropertyValueEditor 的 EditorAttribute 类型。
返回
用于指定的 EditorAttribute 类型的新 PropertyValueEditor。