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