ModelTreeManager(EditingContext) Constructor

Definition

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

public:
 ModelTreeManager(System::Activities::Presentation::EditingContext ^ context);
public ModelTreeManager (System.Activities.Presentation.EditingContext context);
new System.Activities.Presentation.Model.ModelTreeManager : System.Activities.Presentation.EditingContext -> System.Activities.Presentation.Model.ModelTreeManager
Public Sub New (context As EditingContext)

Parameters

context
EditingContext

The context.

Remarks

The model service is published on the editing context passed to the constructor.

Applies to