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)

プロパティ値

場所が一致するワークフロー状態イベントを指定する TrackingWorkflowEvent 値の一覧。 既定値は空のリストです。

注釈

Events には、この WorkflowTrackingLocation が照合されるワークフロー状態イベントの一覧が含まれます。 指定したワークフローステータスイベントを追跡するには、WorkflowTrackingLocationの一部であるMatchingLocation内のWorkflowTrackPointTrackingProfileを追加します。

適用対象