ModelTreeManager Class

Definition

Provides the root model item and the model service, and enables you to sync the model tree with the XAML text.

public ref class ModelTreeManager
public class ModelTreeManager
type ModelTreeManager = class
Public Class ModelTreeManager
Inheritance
ModelTreeManager

Constructors

ModelTreeManager(EditingContext)

Initializes a new instance of the ModelTreeManager class, using the specified context.

Properties

Root

Gets the root.

Methods

CreateModelItem(ModelItem, Object)

Creates a model item based on the specified parent and instance.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetModelItem(Object, Boolean)

Returns the model item for the manager.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
Load(Object)

Loads the specified root instance.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Events

EditingScopeCompleted

Occurs when the editing scope is completed.

Applies to