UserTrackPoint.ExcludedLocations 属性
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取运行时跟踪基础结构应从跟踪点中排除的位置的集合。
public:
property System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ ExcludedLocations { System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ get(); };
C#
public System.Workflow.Runtime.Tracking.UserTrackingLocationCollection ExcludedLocations { get; }
member this.ExcludedLocations : System.Workflow.Runtime.Tracking.UserTrackingLocationCollection
Public ReadOnly Property ExcludedLocations As UserTrackingLocationCollection
一个 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 |