言語

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 に設定されます。

適用対象