PropertyValueEditor 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 PropertyValueEditor 类的新实例。
重载
PropertyValueEditor() |
创建 PropertyValueEditor 类的新实例。 |
PropertyValueEditor(DataTemplate) |
使用用于内联编辑器的指定的 DataTemplate 创建 PropertyValueEditor 类的新实例。 |
PropertyValueEditor()
创建 PropertyValueEditor 类的新实例。
public:
PropertyValueEditor();
public PropertyValueEditor ();
Public Sub New ()
适用于
PropertyValueEditor(DataTemplate)
使用用于内联编辑器的指定的 DataTemplate 创建 PropertyValueEditor 类的新实例。
public:
PropertyValueEditor(System::Windows::DataTemplate ^ inlineEditorTemplate);
public PropertyValueEditor (System.Windows.DataTemplate inlineEditorTemplate);
new System.Activities.Presentation.PropertyEditing.PropertyValueEditor : System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.PropertyValueEditor
Public Sub New (inlineEditorTemplate As DataTemplate)
参数
- inlineEditorTemplate
- DataTemplate
内联编辑器 DataTemplate 用于创建新的属性值编辑器。