Bagikan melalui


ExtendedPropertyValueEditor Konstruktor

Definisi

Membuat instans ExtendedPropertyValueEditor baru kelas.

Overload

ExtendedPropertyValueEditor()

Membuat instans ExtendedPropertyValueEditor baru kelas tanpa objek editor DataTemplate yang diperluas dan sebaris yang ditentukan.

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

Membuat instans ExtendedPropertyValueEditor baru dengan objek editor DataTemplate yang diperluas dan sebaris yang ditentukan.

ExtendedPropertyValueEditor()

Membuat instans ExtendedPropertyValueEditor baru kelas tanpa objek editor DataTemplate yang diperluas dan sebaris yang ditentukan.

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

Berlaku untuk

ExtendedPropertyValueEditor(DataTemplate, DataTemplate)

Membuat instans ExtendedPropertyValueEditor baru dengan objek editor DataTemplate yang diperluas dan sebaris yang ditentukan.

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)

Parameter

extendedEditorTemplate
DataTemplate

yang DataTemplate digunakan untuk editor pop-up atau disematkan yang diperluas.

inlineEditorTemplate
DataTemplate

yang DataTemplate digunakan untuk editor sebaris.

Keterangan

Saat digunakan, diatur DataContext ke PropertyValue.

Berlaku untuk