ActivityDesigner.ParentDesigner Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le concepteur parent du concepteur existant.
public:
property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ ParentDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); };
public System.Workflow.ComponentModel.Design.CompositeActivityDesigner ParentDesigner { get; }
member this.ParentDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner
Public ReadOnly Property ParentDesigner As CompositeActivityDesigner
Valeur de propriété
Concepteur parent du concepteur existant. Si le ActivityDesigner est un concepteur racine, le CompositeActivityDesigner retourné sera le SequentialWorkflowRootDesigner ; sinon, le ActivityDesigner sera le ActivityDesignerparent.
Remarques
Vous pouvez utiliser le ParentDesigner pour parcourir vers le haut l’arborescence d’objets ActivityDesigner imbriqués ou pour rechercher le concepteur racine.