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