WorkflowTrackPointCollection 建構函式

定義

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

備註

WorkflowTrackPointCollection 會初始化為包含 WorkflowTrackPoint 中所指定的 points 物件。

適用於