共用方式為


ExtendedPropertyValueEditor 建構函式

定義

建立 ExtendedPropertyValueEditor 類別的新執行個體。

多載

ExtendedPropertyValueEditor()

不使用指定的擴充和內嵌編輯器 ExtendedPropertyValueEditor 物件建立 DataTemplate 類別的新執行個體。

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

使用指定的擴充和內嵌編輯器 ExtendedPropertyValueEditor 物件建立 DataTemplate 的新執行個體。

ExtendedPropertyValueEditor()

不使用指定的擴充和內嵌編輯器 ExtendedPropertyValueEditor 物件建立 DataTemplate 類別的新執行個體。

public:
 ExtendedPropertyValueEditor();
public ExtendedPropertyValueEditor ();
Public Sub New ()

適用於

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

使用指定的擴充和內嵌編輯器 ExtendedPropertyValueEditor 物件建立 DataTemplate 的新執行個體。

public:
 ExtendedPropertyValueEditor(System::Windows::DataTemplate ^ extendedEditorTemplate, System::Windows::DataTemplate ^ inlineEditorTemplate);
public ExtendedPropertyValueEditor (System.Windows.DataTemplate extendedEditorTemplate, System.Windows.DataTemplate inlineEditorTemplate);
new System.Activities.Presentation.PropertyEditing.ExtendedPropertyValueEditor : System.Windows.DataTemplate * System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.ExtendedPropertyValueEditor
Public Sub New (extendedEditorTemplate As DataTemplate, inlineEditorTemplate As DataTemplate)

參數

extendedEditorTemplate
DataTemplate

用於擴充式快顯/固定編輯器的 DataTemplate

inlineEditorTemplate
DataTemplate

用於內嵌編輯器的 DataTemplate

備註

使用時,其 DataContext 設定為 PropertyValue

適用於