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.
ExtractCollection Constructor (IEnumerable<TrackingExtract^>^)
.NET Framework (current version)
Initializes a new instance of the ExtractCollection class by using a list of TrackingExtract objects.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Parameters
- extracts
-
Type:
System.Collections.Generic::IEnumerable<TrackingExtract^>^
An IEnumerable<T> list of TrackingExtract objects.
| Exception | Condition |
|---|---|
| ArgumentNullException | extracts is a null reference (Nothing in Visual Basic). |
The ExtractCollection is initialized to contain the TrackingExtract objects specified in extracts.
.NET Framework
Available since 3.0
Available since 3.0
Show: