言語

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

注釈

使用すると、その DataContextPropertyValueに設定されます。

適用対象