DocumentTree 类

更新:2007 年 11 月

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

表示由属性值和子对象集合组成的对象树的持久性状态。

命名空间:  Microsoft.Windows.Design.Documents.Trees
程序集:  Microsoft.Windows.Design.Markup(在 Microsoft.Windows.Design.Markup.dll 中)

语法

声明
Public MustInherit Class DocumentTree
用法
Dim instance As DocumentTree
public abstract class DocumentTree
public ref class DocumentTree abstract
public abstract class DocumentTree

备注

表示树中同一节点的项并不能始终保证是同一对象实例。在枚举某项的子项时,这些项可以随意在每个枚举中创建 DocumentItem 的一个新实例。这意味着在任何情况下,都不应将 DocumentItem 用作哈希表的键。相反,应使用 Identity 属性,该属性可保证是等效的。

继承层次结构

System.Object
  Microsoft.Windows.Design.Documents.Trees.DocumentTree
    Microsoft.Windows.Design.Documents.Trees.ModifiableDocumentTree

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

DocumentTree 成员

Microsoft.Windows.Design.Documents.Trees 命名空间

其他资源

WPF 设计器扩展性