WorkflowTrackingLocation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 WorkflowTrackingLocation 類別的新執行個體。
多載
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。