Partager via


ActivityDesigner.ParentDesigner Propriété

Définition

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é

CompositeActivityDesigner

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.

S’applique à