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 事相符的工作流程狀態事件清單。 你可以透過在 a 中加入 WorkflowTrackingLocationMatchingLocationWorkflowTrackPointTrackingProfile,追蹤指定的工作流程狀態事件,該事件屬於 。