共用方式為


PropertyValueEditor.InlineEditorTemplate 屬性

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

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

語法

'宣告
Public Property InlineEditorTemplate As DataTemplate
    Get
    Set
public DataTemplate InlineEditorTemplate { get; set; }
public:
property DataTemplate^ InlineEditorTemplate {
    DataTemplate^ get ();
    void set (DataTemplate^ value);
}
member InlineEditorTemplate : DataTemplate with get, set
function get InlineEditorTemplate () : DataTemplate
function set InlineEditorTemplate (value : DataTemplate)

屬性值

型別:System.Windows.DataTemplate
會定義內嵌編輯器的 DataTemplate

備註

DataTemplateDataContext 會設定為 PropertyValue

.NET Framework 安全性

請參閱

參考

PropertyValueEditor 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性