ExtractCollection 建構函式

定義

初始化 ExtractCollection 類別的新執行個體。

多載

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 為 null 參考 (在 Visual Basic 中為 Nothing)。

備註

ExtractCollection 會初始化為包含 TrackingExtract 中所指定的 extracts 物件。

適用於