WorkflowTrackPoint.MatchingLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 值,运行时跟踪基础结构使用这些值来匹配跟踪点。