SequentialWorkflowRootDesigner.InvokingDesigner Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le CompositeActivityDesigner qui a demandé l'initialisation du concepteur racine de workflow séquentiel.
protected:
virtual property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ InvokingDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); void set(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ value); };
protected override System.Workflow.ComponentModel.Design.CompositeActivityDesigner InvokingDesigner { get; set; }
member this.InvokingDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner with get, set
Protected Overrides Property InvokingDesigner As CompositeActivityDesigner
Valeur de propriété
CompositeActivityDesigner qui a demandé l'initialisation du concepteur racine de workflow.