DialogPropertyValueEditor.DialogEditorTemplate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定由主機專用對話方塊裝載,並將其 DataTemplate 設定為 DataContext 的 PropertyValue。
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 改為呼叫 方法。