ActivityDesigner.IWorkflowRootDesigner.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 d'activités.
property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ System::Workflow::ComponentModel::Design::IWorkflowRootDesigner::InvokingDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); void set(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ value); };
System.Workflow.ComponentModel.Design.CompositeActivityDesigner System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.InvokingDesigner { get; set; }
member this.System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.InvokingDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner with get, set
Property InvokingDesigner As CompositeActivityDesigner Implements IWorkflowRootDesigner.InvokingDesigner
Valeur de propriété
CompositeActivityDesigner qui a demandé l'initialisation du concepteur d'activités.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ActivityDesigner est castée en interface IWorkflowRootDesigner.