ExtractCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
- IEnumerable<TrackingExtract>
IEnumerable<T> 物件的 TrackingExtract 清單。
例外狀況
extracts
為 null 參考 (在 Visual Basic 中為 Nothing
)。
備註
ExtractCollection 會初始化為包含 TrackingExtract 中所指定的 extracts
物件。