WorkflowTrackingLocation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 WorkflowTrackingLocation 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| WorkflowTrackingLocation() |
初始化 WorkflowTrackingLocation 類別的新執行個體。 |
| WorkflowTrackingLocation(IList<TrackingWorkflowEvent>) |
初始化一個與指定追蹤工作流程事件相符的新類別實例 WorkflowTrackingLocation 。 |
WorkflowTrackingLocation()
初始化 WorkflowTrackingLocation 類別的新執行個體。
public:
WorkflowTrackingLocation();
public WorkflowTrackingLocation();
Public Sub New ()
備註
不會指定任何工作流程狀態事件來匹配。 你必須在 中TrackingWorkflowEvent加入Events數值,才能WorkflowTrackingLocation匹配任何工作流程狀態事件。
適用於
WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)
初始化一個與指定追蹤工作流程事件相符的新類別實例 WorkflowTrackingLocation 。
public:
WorkflowTrackingLocation(System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ events);
public WorkflowTrackingLocation(System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> events);
new System.Workflow.Runtime.Tracking.WorkflowTrackingLocation : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> -> System.Workflow.Runtime.Tracking.WorkflowTrackingLocation
Public Sub New (events As IList(Of TrackingWorkflowEvent))
參數
- events
- IList<TrackingWorkflowEvent>
IList 追蹤工作流程事件,以便匹配。