UserTrackPoint.MatchingLocations 属性
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取运行时跟踪基础结构应包括在跟踪点匹配中的位置的集合。
public:
property System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ MatchingLocations { System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ get(); };
C#
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 对象,则将匹配跟踪点。
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |