WorkflowTrackingLocation.Events 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将为此位置匹配的工作流状态事件的列表。
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(属于 WorkflowTrackPoint)中的 TrackingProfile,您可以跟踪指定的工作流状态事件。