Bagikan melalui


WorkflowTrackingLocation.Events Properti

Definisi

Mendapatkan daftar peristiwa status alur kerja yang akan dicocokkan untuk lokasi ini.

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)

Nilai Properti

Daftar TrackingWorkflowEvent nilai yang menentukan peristiwa status alur kerja tempat lokasi akan dicocokkan. Defaultnya adalah daftar kosong.

Keterangan

Events berisi daftar peristiwa status alur kerja yang akan dicocokkan dengan ini WorkflowTrackingLocation . Anda dapat melacak peristiwa status alur kerja yang ditentukan dengan menambahkan ke WorkflowTrackingLocationMatchingLocation dalam WorkflowTrackPoint yang merupakan bagian TrackingProfiledari .

Berlaku untuk