IWorkflowRootDesigner.InvokingDesigner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the CompositeActivityDesigner that requested the workflow root designer to be initialized.
public:
property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ InvokingDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); void set(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ value); };
public System.Workflow.ComponentModel.Design.CompositeActivityDesigner InvokingDesigner { get; set; }
member this.InvokingDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner with get, set
Public Property InvokingDesigner As CompositeActivityDesigner
Property Value
The CompositeActivityDesigner that requested the workflow root designer to be initialized.
Remarks
If the current activity designer is the child of another activity designer, the parent designer is often also the invoking designer.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.