PropertyValueEditor コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 新しいプロパティ値エディターの作成に使用されます。