PropertyValueEditor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
建立一个用于更新属性值的内联编辑器。
public ref class PropertyValueEditor
public class PropertyValueEditor
type PropertyValueEditor = class
Public Class PropertyValueEditor
- 继承
-
PropertyValueEditor
- 派生
示例
注解
此类可保存一个 DataTemplate:每个对象用于一个 Inline 编辑器。 内联编辑是指在文本框或相似的控件中输入属性值,而不是通过从下拉菜单中进行选择的方式来设置其值。
构造函数
PropertyValueEditor() |
创建 PropertyValueEditor 类的新实例。 |
PropertyValueEditor(DataTemplate) |
使用用于内联编辑器的指定的 DataTemplate 创建 PropertyValueEditor 类的新实例。 |
属性
InlineEditorTemplate |
获取或设置 InlineEditorTemplate,其 DataTemplate 用于内联编辑器。 |
方法
CreateEditorAttribute(PropertyValueEditor) |
创建新的 EditorAttribute,以指定使用特定的 PropertyValueEditor 来更改属性值。 |
CreateEditorAttribute(Type) |
创建新的 EditorAttribute,以指定使用特定的 PropertyValueEditor 类型来更改属性值。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |