共用方式為


PropertyContainer.ExtendedPopupRowTemplate 屬性

取得或設定這個 PropertyContainer 的 ExtendedPopupRowTemplate。

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

語法

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

屬性值

型別:System.Windows.Controls.ControlTemplate
ControlTemplate ,表示這個 PropertyContainer 的 ExtendedPopupRowTemplate。

相依性屬性資訊

識別項欄位

ExtendedPopupRowTemplateProperty

中繼資料屬性設為 true

None

備註

ExtendedPopupRowTemplate 會定義當 ActiveEditMode 等於 ExtendedPopup 時,PropertyContainer 如何呈現本身。 通常,裝載實作會定義這個範本,以自動包含 InlineRowTemplate

.NET Framework 安全性

請參閱

參考

PropertyContainer 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀