次の方法で共有


PropertyValueEditor コンストラクター

定義

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

オーバーロード

PropertyValueEditor()

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

PropertyValueEditor(DataTemplate)

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

PropertyValueEditor()

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

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

適用対象

PropertyValueEditor(DataTemplate)

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

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

適用対象