UserTrackPoint.ExcludedLocations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取运行时跟踪基础结构应从跟踪点中排除的位置的集合。
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
属性值
一个 UserTrackingLocationCollection,它指定要从跟踪点中排除的位置。 默认值为空集合。
注解
如果 UserTrackingLocation 中的任何 ExcludedLocations 对象对于特定用户事件匹配,则跟踪点将不会匹配,并且不会将 UserTrackingRecord 发送到跟踪服务。 如果 ExcludedLocations 为空,则没有排除的位置。
您可以使用 ExcludedLocations 从运行时跟踪基础结构跟踪的位置中排除特定位置。 例如,您可以排除 MatchingLocations 中指定的位置的子集,以便更精确地细化应按跟踪点跟踪的位置。