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