WorkflowTrackPoint.MatchingLocation 屬性

定義

取得或設定 WorkflowTrackingLocation ,指定應由執行時追蹤基礎設施匹配的工作流程狀態事件。

public:
 property System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ MatchingLocation { System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ get(); void set(System::Workflow::Runtime::Tracking::WorkflowTrackingLocation ^ value); };
public System.Workflow.Runtime.Tracking.WorkflowTrackingLocation MatchingLocation { get; set; }
member this.MatchingLocation : System.Workflow.Runtime.Tracking.WorkflowTrackingLocation with get, set
Public Property MatchingLocation As WorkflowTrackingLocation

屬性值

A WorkflowTrackingLocation 指定了應由執行時追蹤基礎設施匹配的工作流程狀態事件。

備註

你必須為軌道點設定 a MatchingLocation 。 該 MatchingLocation 值指定一個或多個 TrackingWorkflowEvent 值,供執行時追蹤基礎設施使用以匹配該追蹤點。

適用於