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 值,运行时跟踪基础结构使用这些值来匹配跟踪点。

适用于