共用方式為


EditingContext.Items 屬性

會取得這個編輯內容所提供之內容項目的本機集合。

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

語法

'宣告
Public ReadOnly Property Items As ContextItemManager
    Get
public ContextItemManager Items { get; }
public:
property ContextItemManager^ Items {
    ContextItemManager^ get ();
}
member Items : ContextItemManager
function get Items () : ContextItemManager

屬性值

型別:Microsoft.Windows.Design.ContextItemManager
這個編輯項目所提供之內容項目的 ContextItemManager

例外狀況

例外狀況 條件
InvalidOperationException

CreateContextItemManager 會傳回 nullNull 參照 (即 Visual Basic 中的 Nothing)ContextItemManager

.NET Framework 安全性

請參閱

參考

EditingContext 類別

Microsoft.Windows.Design 命名空間

ServiceManager

ContextItemManager

ContextItem

FeatureManager

其他資源

編輯內容架構

了解 WPF 設計工具擴充性