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 事相符的工作流程狀態事件清單。 你可以透過在 a 中加入 WorkflowTrackingLocationMatchingLocationWorkflowTrackPointTrackingProfile,追蹤指定的工作流程狀態事件,該事件屬於 。

適用於