UserTrackPoint.MatchingLocations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取运行时跟踪基础结构应包括在跟踪点匹配中的位置的集合。
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 为空,则运行时跟踪基础结构无法匹配跟踪点。 必须将至少一个 UserTrackingLocation 添加到 MatchingLocations 才能使 UserTrackPoint 参与匹配。
如果匹配了 UserTrackingLocation 中的任何 MatchingLocations 对象,并且未匹配 UserTrackingLocation 中的任何 ExcludedLocations 对象,则将匹配跟踪点。