共用方式為


PropertyContainer.PropertyEntry 屬性

取得或設定這個 PropertyContainer 運作所在的 PropertyEntry 執行個體。

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

語法

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

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyEntry
這個 PropertyContainer 運作所在的 PropertyEntry 執行個體。

相依性屬性資訊

識別項欄位

PropertyEntryProperty

中繼資料屬性設為 true

None

備註

PropertyEntry 執行個體為 PropertyContainer 的內容。 公開的編輯器範本 (InlineEditorTemplateExtendedEditorTemplateDialogEditorTemplate) 是以這個屬性的值為基礎。

.NET Framework 安全性

請參閱

參考

PropertyContainer 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀