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 値のいずれか 1 つ。
注釈
TrackingWorkflowEvent
にはいずれかの TrackingWorkflowEvent 値が格納されます。この値は、ランタイム追跡インフラストラクチャによって照合され、WorkflowTrackingRecord 送出の原因となったワークフロー ステータス イベントの種類を示します。 ワークフロー インスタンスの現在のステータスを表します。 ワークフロー インスタンスは、ワークフロー インスタンスのステータスが変化した場合にのみワークフロー ステータス イベントを送出します。したがって、ワークフロー ステータスが変化したときにのみ、WorkflowTrackPoint が照合されます。
このプロパティは、ランタイム追跡インフラストラクチャによって設定されます。