Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityCollection Constructor (Activity^)

 

Initializes a new instance of the ActivityCollection class, initializing an owner Activity.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
ActivityCollection(
	Activity^ owner
)

Parameters

owner
Type: System.Workflow.ComponentModel::Activity^

The Activity designated as owning this instance.

Exception Condition
ArgumentNullException

owner is a null reference (Nothing in Visual Basic).

ArgumentException

owner is not a descendent of Activity.

Example

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft