共用方式為


WorkflowTrackingLocation.Events 屬性

定義

取得將在此位置比對的工作流程狀態事件的清單。

public:
 property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ Events { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> Events { get; }
member this.Events : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent>
Public ReadOnly Property Events As IList(Of TrackingWorkflowEvent)

屬性值

TrackingWorkflowEvent 值的清單,這些值指定將比對其位置的工作流程狀態事件。 預設值是空白清單。

備註

Events 包含將比對此 WorkflowTrackingLocation 之工作流程狀態事件的清單。 您可以在 WorkflowTrackingLocation 中,將 MatchingLocation 加入至 WorkflowTrackPointTrackingProfile,以追蹤指定的工作流程狀態事件。

適用於