Dela via


ModifiableDocumentTree Class

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

Represents a modifiable document tree.

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

Syntax

'Declaration
Public MustInherit Class ModifiableDocumentTree _
    Inherits DocumentTree
'Usage
Dim instance As ModifiableDocumentTree
public abstract class ModifiableDocumentTree : DocumentTree
public ref class ModifiableDocumentTree abstract : public DocumentTree
public abstract class ModifiableDocumentTree extends DocumentTree

Inheritance Hierarchy

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

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

ModifiableDocumentTree Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility