共用方式為


PropertyContainer.ExtendedPinnedRowTemplate 屬性

取得或設定這個 PropertyContainer 的 ExtendedPinnedRowTemplate。

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

語法

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

屬性值

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

相依性屬性資訊

識別項欄位

ExtendedPinnedRowTemplateProperty

中繼資料屬性設為 true

None

備註

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

.NET Framework 安全性

請參閱

參考

PropertyContainer 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀