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 수 있습니다.

적용 대상