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,以追蹤指定的工作流程狀態事件。