DocumentItem Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a persistent object.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustInherit Class DocumentItem _
Inherits DocumentNode
'Usage
Dim instance As DocumentItem
public abstract class DocumentItem : DocumentNode
public ref class DocumentItem abstract : public DocumentNode
public abstract class DocumentItem extends DocumentNode
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Trees.DocumentNode
Microsoft.Windows.Design.Documents.Trees.DocumentItem
Microsoft.Windows.Design.Documents.Trees.ModifiableDocumentItem
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Documents.Trees Namespace