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。