ExtractCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ExtractCollection 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| ExtractCollection() |
初始化 ExtractCollection 類別的新執行個體。 |
| ExtractCollection(IEnumerable<TrackingExtract>) |
透過使用物件清單ExtractCollection初始化該類別的新TrackingExtract實例。 |
ExtractCollection()
初始化 ExtractCollection 類別的新執行個體。
public:
ExtractCollection();
public ExtractCollection();
Public Sub New ()
備註
初始 ExtractCollection 化為一個空清單。
適用於
ExtractCollection(IEnumerable<TrackingExtract>)
透過使用物件清單ExtractCollection初始化該類別的新TrackingExtract實例。
public:
ExtractCollection(System::Collections::Generic::IEnumerable<System::Workflow::Runtime::Tracking::TrackingExtract ^> ^ extracts);
public ExtractCollection(System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Tracking.TrackingExtract> extracts);
new System.Workflow.Runtime.Tracking.ExtractCollection : seq<System.Workflow.Runtime.Tracking.TrackingExtract> -> System.Workflow.Runtime.Tracking.ExtractCollection
Public Sub New (extracts As IEnumerable(Of TrackingExtract))
參數
- extracts
- IEnumerable<TrackingExtract>
一份 IEnumerable<T> 物品清單 TrackingExtract 。
例外狀況
備註
初始 ExtractCollection 化後包含 TrackingExtract 中 extracts指定的物件。