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 を照合するワークフロー ステータス イベントのリストが格納されています。 WorkflowTrackingLocation を MatchingLocation の一部である WorkflowTrackPoint の TrackingProfile に追加することによって、指定したワークフロー ステータス イベントを追跡できます。