ActivityDesigner.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 activity designer be initialized.
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
Property Value
The CompositeActivityDesigner that requested the activity designer be initialized.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ActivityDesigner instance is cast to an IWorkflowRootDesigner interface.
Applies to
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.