Share via


DialogPropertyValueEditor.DialogEditorTemplate 屬性

定義

取得或設定由主機專用對話方塊裝載,並將其 DataTemplate 設定為 DataContextPropertyValue

public:
 property System::Windows::DataTemplate ^ DialogEditorTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate DialogEditorTemplate { get; set; }
member this.DialogEditorTemplate : System.Windows.DataTemplate with get, set
Public Property DialogEditorTemplate As DataTemplate

屬性值

由主機專用對話方塊裝載的DataTemplate物件。

備註

如果這個屬性傳 null 回 ,則會 ShowDialog 改為呼叫 方法。

適用於