Dela via


Microsoft.Windows.Design.Documents.Trees Namespace

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

Provides an infrastructure for handling XAML documents in the Windows Presentation Foundation (WPF) Designer for Visual Studio.

Classes

  Class Description
Public class CommitResult Infrastructure. Base class for results of committing a modification.
Public class Damage Infrastructure. Tracks the damage made to a document from the time it is created until the StopTracking method is called.
Public class DocumentInformationNode Represents a node in the document.
Public class DocumentItem Infrastructure. Represents a persistent object.
Public class DocumentNode Infrastructure. Represents a node in a document tree.
Public class DocumentProperty Infrastructure. Represents the persistent value of a property.
Public class DocumentTree Infrastructure. Represents the persistent state of a tree of objects that consists of their property values and collections of children.
Public class DocumentTreeManager Infrastructure. Manages the synchronization of changes made in one kind of document tree to another.
Public class EditingScopeEventArgs Infrastructure. Provides data for editing scope events.
Public class InMemoryDocumentTreeManager Infrastructure. A document tree manager that produces an in memory copy of the specified document item.
Public class InstanceDocumentTreeManager Infrastructure. A document manager for the instance documents trees.
Public class MarkupDocumentTreeManager Infrastructure. A manager for XAML document trees.
Public class ModelDocumentTreeManager Infrastructure. A manager for model document trees.
Public class ModifiableDocumentItem Infrastructure. Represents a modifiable version of a document item.
Public class ModifiableDocumentProperty Infrastructure. Represents a modifiable version of a document property.
Public class ModifiableDocumentTree Infrastructure. Represents a modifiable document tree.
Public class SourceChangedEventArgs Infrastructure. Provides data for the SourceChanged event.
Public class SourceCommitResult Infrastructure. Represents a source commit result for commit results that have associated source changes expressed in source fragments.

Structures

  Structure Description
Public structure Delta Infrastructure. Represents the delta between document trees produced by a document manager.

Interfaces

  Interface Description
Public interface IDamageListener A listener interface for tree damage.

Enumerations

  Enumeration Description
Public enumeration DamageScope Infrastructure. Indicates the scope of damage reported to a document manager.