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 设计器扩展性