DesignerView.MakeRootDesigner(ModelItem) 方法
定义
将指定模型项放到设计器层次结构的根(顶端)处。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)