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 值。