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 工作流状态事件的列表。 可以通过将指定工作流状态事件添加到WorkflowTrackingLocationMatchingLocation属于其中的一WorkflowTrackPointTrackingProfile部分来跟踪指定的工作流状态事件。

适用于