ActivityDesigner.ParentDesigner Propiedad

Definición

Obtiene el diseñador primario del diseñador existente.

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

Valor de propiedad

Diseñador primario del diseñador existente. Si es ActivityDesigner un diseñador raíz, el CompositeActivityDesigner devuelto será ; SequentialWorkflowRootDesignerde lo contrario, ActivityDesigner será el elemento primario ActivityDesigner.

Comentarios

Puede usar ParentDesigner para subir el árbol de objetos anidados ActivityDesigner o para buscar el diseñador raíz.

Se aplica a