Share via


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을 일치시킬 워크플로 상태 이벤트 목록을 포함합니다. WorkflowTrackingLocation의 일부인 MatchingLocationWorkflowTrackPointTrackingProfile을 추가하여 지정된 워크플로 상태 이벤트를 추적할 수 있습니다.

적용 대상