DesignerView.MakeRootDesigner(ModelItem) Method

Definition

Places a specified model item at the root (top) of a hierarchy of designers.

public:
 void MakeRootDesigner(System::Activities::Presentation::Model::ModelItem ^ modelItem);
public void MakeRootDesigner (System.Activities.Presentation.Model.ModelItem modelItem);
member this.MakeRootDesigner : System.Activities.Presentation.Model.ModelItem -> unit
Public Sub MakeRootDesigner (modelItem As ModelItem)

Parameters

modelItem
ModelItem

The ModelItem that becomes the root designer.

Applies to