Share via


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

屬性值

WorkflowTrackingLocation

WorkflowTrackingLocation,會指定執行階段追蹤基礎結構要為追蹤點比對的工作流程狀態事件。

備註

您必須設定追蹤點的 MatchingLocationMatchingLocation 會指定一個或多個執行階段追蹤基礎結構用來比對追蹤點的 TrackingWorkflowEvent 值。

適用於