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 值之一,指示由运行时跟踪基础结构匹配并导致发送 WorkflowTrackingRecord 的工作流状态事件的种类。 它反映工作流实例的当前状态。 仅当工作流实例的状态发生更改时,工作流实例才会发出工作流状态事件,因此,仅当工作流状态发生更改时,才能匹配 WorkflowTrackPoint。
该属性由运行时跟踪基础结构设置。