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 傳送的工作流程狀態事件類型。 它反映工作流程實例的當前狀態。 工作流實例只有在實例狀態變更時才會發出狀態事件,因此只有在工作流狀態變更發生時,才能匹配 a WorkflowTrackPoint 。
此特性由執行時追蹤基礎設施設定。