ExtendedPropertyValueEditor 类

定义

属性的所有扩展编辑器逻辑的容器。

public ref class ExtendedPropertyValueEditor : System::Activities::Presentation::PropertyEditing::PropertyValueEditor
public class ExtendedPropertyValueEditor : System.Activities.Presentation.PropertyEditing.PropertyValueEditor
type ExtendedPropertyValueEditor = class
    inherit PropertyValueEditor
Public Class ExtendedPropertyValueEditor
Inherits PropertyValueEditor
继承
ExtendedPropertyValueEditor

注解

ExtendedPropertyValueEditor 类可保存两个 DataTemplate 对象,其中一个用于内联编辑器,另一个用于扩展编辑器。 内联编辑器提供显示在窗口边界 Properties 内的自定义接口,扩展编辑器提供显示在新窗口中的接口。

InlineEditorTemplate 属性返回内联编辑器的可视界面的 XAML 模板,而 ExtendedEditorTemplate 属性返回扩展编辑器的 XAML 模板。 这些通常在项目其他地方的 ResourceDictionary 中提供。

您应该使用 EditModeSwitchButton 来调用自定义的 ExtendedPropertyValueEditor

构造函数

ExtendedPropertyValueEditor()

创建 ExtendedPropertyValueEditor 类的新实例,该实例没有指定的扩展和内联编辑器 DataTemplate 对象。

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

使用指定的扩展和内联编辑器 ExtendedPropertyValueEditor 对象来创建 DataTemplate 类的新实例。

属性

ExtendedEditorTemplate

获取或设置一个 DataTemplate,它用于弹出或固定的扩展编辑器。

InlineEditorTemplate

获取或设置 InlineEditorTemplate,其 DataTemplate 用于内联编辑器。

(继承自 PropertyValueEditor)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于