ActivityDesigner.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 designer of the activity that invokes the activity associated with the current activity designer.
protected:
 virtual property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ InvokingDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); void set(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ value); };protected virtual System.Workflow.ComponentModel.Design.CompositeActivityDesigner InvokingDesigner { get; set; }member this.InvokingDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner with get, setProtected Overridable Property InvokingDesigner As CompositeActivityDesignerProperty Value
The CompositeActivityDesigner to invoke the current activity designer.
Exceptions
A set operation was attempted on InvokingDesigner.
Remarks
Unless overridden in a derived class, the InvokingDesigner get operation returns a null reference (Nothing in Visual Basic) and the set operation throws a NotSupportedException.