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