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)

属性值

IList<TrackingWorkflowEvent>

TrackingWorkflowEvent 值的列表,该列表指定将为其匹配位置的工作流状态事件。 默认为空列表。

注解

Events 包含将为其匹配此 WorkflowTrackingLocation 的工作流状态事件的列表。 通过将 WorkflowTrackingLocation 添加到 MatchingLocation(属于 WorkflowTrackPoint)中的 TrackingProfile,您可以跟踪指定的工作流状态事件。

适用于