UserTrackPoint.MatchingLocations 属性

定义

获取运行时跟踪基础结构应包含在跟踪点匹配中的位置的集合。

public:
 property System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ MatchingLocations { System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.UserTrackingLocationCollection MatchingLocations { get; }
member this.MatchingLocations : System.Workflow.Runtime.Tracking.UserTrackingLocationCollection
Public ReadOnly Property MatchingLocations As UserTrackingLocationCollection

属性值

一个 UserTrackingLocationCollection ,指定要为跟踪点匹配的位置。 默认值为空集合。

注解

如果 MatchingLocations 为空,则运行时跟踪基础结构无法匹配跟踪点。 必须至少添加一个 UserTrackingLocationMatchingLocationsUserTrackPoint 要参与匹配的项。

如果UserTrackingLocation匹配任何对象且MatchingLocations其中UserTrackingLocation的任何对象都ExcludedLocations不匹配,则跟踪点将匹配。

适用于