Compartir a través de


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

CompositeActivityDesigner

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

Comentarios

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

Se aplica a