次の方法で共有


DialogPropertyValueEditor コンストラクター

定義

DialogPropertyValueEditor クラスの新しいインスタンスを作成します。

オーバーロード

DialogPropertyValueEditor()

特定のテンプレートを指定しないで、DialogPropertyValueEditor クラスの新しいインスタンスを作成します。

DialogPropertyValueEditor(DataTemplate, DataTemplate)

指定したダイアログ エディターおよびインライン エディターのテンプレートを使用して、DialogPropertyValueEditor クラスの新しいインスタンスを作成します。

DialogPropertyValueEditor()

特定のテンプレートを指定しないで、DialogPropertyValueEditor クラスの新しいインスタンスを作成します。

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

適用対象

DialogPropertyValueEditor(DataTemplate, DataTemplate)

指定したダイアログ エディターおよびインライン エディターのテンプレートを使用して、DialogPropertyValueEditor クラスの新しいインスタンスを作成します。

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

パラメーター

dialogEditorTemplate
DataTemplate

ホスト固有のダイアログ枠にホストされ、DataTemplate が、編集されるプロパティに対応する DataContext に設定された PropertyValue

inlineEditorTemplate
DataTemplate

インライン エディター ユーザー インターフェイスに使用される DataTemplate。 使用すると、DataContext が、編集されるプロパティに対応する PropertyValue に設定されます。

適用対象