次の方法で共有


WorkflowTrackingLocation.Events プロパティ

定義

この場所に関して照合されるワークフロー ステータス イベントのリストを取得します。

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)

プロパティ値

IList<TrackingWorkflowEvent>

TrackingWorkflowEvent の値のリスト。場所を照合するワークフロー ステータス イベントを指定します。 既定値は空のリストです。

注釈

Events には、この WorkflowTrackingLocation を照合するワークフロー ステータス イベントのリストが格納されています。 WorkflowTrackingLocationMatchingLocation の一部である WorkflowTrackPointTrackingProfile に追加することによって、指定したワークフロー ステータス イベントを追跡できます。

適用対象