UserTrackPoint.ExcludedLocations 属性

定义

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

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

属性值

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

注解

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

可用于 ExcludedLocations 排除运行时跟踪基础结构跟踪的特定位置。 例如,可以排除指定 MatchingLocations 位置的子集,以便更准确地优化跟踪点应跟踪的位置。

适用于