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