DialogPropertyValueEditor 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 DialogPropertyValueEditor 類別的新執行個體。
多載
DialogPropertyValueEditor() |
建立沒有特定範本之 DialogPropertyValueEditor 類別的新執行個體。 |
DialogPropertyValueEditor(DataTemplate, DataTemplate) |
使用指定的對話方塊編輯器與內嵌編輯器範本,建立 DialogPropertyValueEditor 類別的新執行個體。 |
DialogPropertyValueEditor()
建立沒有特定範本之 DialogPropertyValueEditor 類別的新執行個體。
public:
DialogPropertyValueEditor();
public DialogPropertyValueEditor ();
Public Sub New ()
適用於
DialogPropertyValueEditor(DataTemplate, DataTemplate)
使用指定的對話方塊編輯器與內嵌編輯器範本,建立 DialogPropertyValueEditor 類別的新執行個體。
public:
DialogPropertyValueEditor(System::Windows::DataTemplate ^ dialogEditorTemplate, System::Windows::DataTemplate ^ inlineEditorTemplate);
public DialogPropertyValueEditor (System.Windows.DataTemplate dialogEditorTemplate, System.Windows.DataTemplate inlineEditorTemplate);
new System.Activities.Presentation.PropertyEditing.DialogPropertyValueEditor : System.Windows.DataTemplate * System.Windows.DataTemplate -> System.Activities.Presentation.PropertyEditing.DialogPropertyValueEditor
Public Sub New (dialogEditorTemplate As DataTemplate, inlineEditorTemplate As DataTemplate)
參數
- dialogEditorTemplate
- DataTemplate
以主機專用對話方塊色彩裝載,並將其 DataTemplate 設定為 DataContext (對應至要編輯的屬性) 的 PropertyValue。
- inlineEditorTemplate
- DataTemplate
用於內嵌編輯器使用者介面的 DataTemplate。 如果有使用,其 DataContext 會設定為對應至要編輯之屬性的 PropertyValue。