Udostępnij za pośrednictwem


DocumentNode Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a node in a document tree.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public MustInherit Class DocumentNode
'Usage
Dim instance As DocumentNode
public abstract class DocumentNode
public ref class DocumentNode abstract
public abstract class DocumentNode

Remarks

Each document node can be uniquely identified by the Identity property. Document nodes are either items that contain property values, or the property values themselves. Note that property values can contain other items.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Documents.Trees.DocumentNode
    Microsoft.Windows.Design.Documents.Trees.DocumentItem
    Microsoft.Windows.Design.Documents.Trees.DocumentProperty

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

DocumentNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility