UserTrackPoint.ExcludedLocations 属性

定义

获取运行时跟踪基础结构应从跟踪点中排除的位置的集合。

C#
public System.Workflow.Runtime.Tracking.UserTrackingLocationCollection ExcludedLocations { get; }

属性值

一个 UserTrackingLocationCollection,它指定要从跟踪点中排除的位置。 默认值为空集合。

注解

如果 UserTrackingLocation 中的任何 ExcludedLocations 对象对于特定用户事件匹配,则跟踪点将不会匹配,并且不会将 UserTrackingRecord 发送到跟踪服务。 如果 ExcludedLocations 为空,则没有排除的位置。

您可以使用 ExcludedLocations 从运行时跟踪基础结构跟踪的位置中排除特定位置。 例如,您可以排除 MatchingLocations 中指定的位置的子集,以便更精确地细化应按跟踪点跟踪的位置。

适用于

产品 版本
.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