ActivityDesigner.ParentDesigner Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 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.