ActivityDesigner.ParentDesigner Propriedade

Definição

Obtém o designer principal do designer 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 Propriedade

O designer principal do designer existente. Se o ActivityDesigner for um designer raiz então o CompositeActivityDesigner retornado será o SequentialWorkflowRootDesigner; caso contrário, será ActivityDesigner o pai ActivityDesigner.

Observações

Podes usar o ParentDesigner para subir na árvore de objetos aninhados ActivityDesigner ou para encontrar o designer raiz.

Aplica-se a