ExtractCollection 建構函式

定義

初始化 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 化後包含 TrackingExtractextracts指定的物件。

適用於