言語

PropertyValueEditor コンストラクター

定義

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

オーバーロード

名前 説明
PropertyValueEditor()

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

PropertyValueEditor(DataTemplate)

インライン エディターに使用される指定したPropertyValueEditorを使用して、DataTemplate クラスの新しいインスタンスを作成します。

PropertyValueEditor()

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

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

適用対象

PropertyValueEditor(DataTemplate)

インライン エディターに使用される指定したPropertyValueEditorを使用して、DataTemplate クラスの新しいインスタンスを作成します。

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

パラメーター

inlineEditorTemplate
DataTemplate

インライン エディター DataTemplate 新しいプロパティ値エディターの作成に使用されます。

適用対象