CompositeDesignerAccessibleObject(CompositeActivityDesigner) Constructor

Definition

Initializes a new instance of the CompositeDesignerAccessibleObject class by using the specified CompositeActivityDesigner.

public:
 CompositeDesignerAccessibleObject(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ activityDesigner);
public CompositeDesignerAccessibleObject (System.Workflow.ComponentModel.Design.CompositeActivityDesigner activityDesigner);
new System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject : System.Workflow.ComponentModel.Design.CompositeActivityDesigner -> System.Workflow.ComponentModel.Design.CompositeDesignerAccessibleObject
Public Sub New (activityDesigner As CompositeActivityDesigner)

Parameters

activityDesigner
CompositeActivityDesigner

The CompositeActivityDesigner to apply to the accessible object.

Applies to