共用方式為


PropertyValueEditor.InlineEditorTemplate 屬性

更新:2007 年 11 月

取得或設定用於內嵌編輯器的 DataTemplate

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design (在 Microsoft.Windows.Design.dll 中)

語法

Public Property InlineEditorTemplate As DataTemplate

Dim instance As PropertyValueEditor
Dim value As DataTemplate

value = instance.InlineEditorTemplate

instance.InlineEditorTemplate = value
public DataTemplate InlineEditorTemplate { get; set; }
public:
property DataTemplate^ InlineEditorTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
public function get InlineEditorTemplate () : DataTemplate
public function set InlineEditorTemplate (value : DataTemplate)

屬性值

型別:System.Windows.DataTemplate

備註

DataTemplateDataContext 會設定為 PropertyValue

使用權限

請參閱

參考

PropertyValueEditor 類別

PropertyValueEditor 成員

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性