ModelTreeManager Class
Provides the root model item and the model service, and enables you to sync the model tree with the XAML text.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | ModelTreeManager(EditingContext^) | Initializes a new instance of the ModelTreeManager class, using the specified context. |
| Name | Description | |
|---|---|---|
![]() | Root | Gets the root. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetModelItem(Object^, Boolean) | Returns the model item for the manager. |
![]() | GetType() | |
![]() | Load(Object^) | Loads the specified root instance. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | EditingScopeCompleted | Occurs when the editing scope is completed. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



