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을 추가하여 지정된 워크플로 상태 이벤트를 추적할 수 있습니다.