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 应与跟踪点的运行时跟踪基础结构匹配的工作流状态事件。

注解

必须为跟踪点设置一个 MatchingLocation 。 指定 MatchingLocation 运行时跟踪基础结构用于匹配跟踪点的一个或多个 TrackingWorkflowEvent 值。

适用于