ActivityDesigner.InvokingDesigner Property

Definition

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, set
Protected Overridable Property InvokingDesigner As CompositeActivityDesigner

Property 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.

Applies to