WorkflowTrackPointCollection 建構函式

定義

初始化 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))

參數

例外狀況

是一個空參考()。

備註

初始 WorkflowTrackPointCollection 化後包含 WorkflowTrackPointpoints指定的物件。

適用於