ExtendedPropertyValueEditor.ExtendedEditorTemplate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 DataTemplate,它用于弹出或固定的扩展编辑器。
public:
property System::Windows::DataTemplate ^ ExtendedEditorTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate ExtendedEditorTemplate { get; set; }
member this.ExtendedEditorTemplate : System.Windows.DataTemplate with get, set
Public Property ExtendedEditorTemplate As DataTemplate
属性值
用于弹出或固定的扩展编辑器的 DataTemplate 对象。
注解
其 DataContext 设置为 PropertyValue。