다음을 통해 공유


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 Designer 확장성