WorkflowTrackingRecord.TrackingWorkflowEvent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与跟踪记录关联的工作流状态事件的类型。
public:
property System::Workflow::Runtime::Tracking::TrackingWorkflowEvent TrackingWorkflowEvent { System::Workflow::Runtime::Tracking::TrackingWorkflowEvent get(); void set(System::Workflow::Runtime::Tracking::TrackingWorkflowEvent value); };
public System.Workflow.Runtime.Tracking.TrackingWorkflowEvent TrackingWorkflowEvent { get; set; }
member this.TrackingWorkflowEvent : System.Workflow.Runtime.Tracking.TrackingWorkflowEvent with get, set
Public Property TrackingWorkflowEvent As TrackingWorkflowEvent
属性值
其中一个 TrackingWorkflowEvent 值。
注解
TrackingWorkflowEvent 包含一 TrackingWorkflowEvent 个值,该值指示运行时跟踪基础结构匹配并导致 WorkflowTrackingRecord 发送的工作流状态事件类型。 它反映工作流实例的当前状态。 工作流实例仅在工作流实例的状态发生更改时发出工作流状态事件,因此, WorkflowTrackPoint 仅当发生工作流状态更改时,才能匹配工作流状态事件。
此属性由运行时跟踪基础结构设置。