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

속성 값

UserTrackingLocationCollection

추적 지점에서 제외할 위치를 지정하는 UserTrackingLocationCollection입니다. 기본값은 빈 컬렉션입니다.

설명

UserTrackingLocationExcludedLocations 개체가 특정 사용자 이벤트에 대해 일치되는 경우 추적 지점은 일치되지 않으며 UserTrackingRecord가 추적 서비스로 전송되지 않습니다. ExcludedLocations가 비어 있으면 제외된 위치가 없습니다.

ExcludedLocations를 사용하여 런타임 추적 인프라가 추적하지 않도록 특정 위치를 제외할 수 있습니다. 예를 들어 추적 지점으로 추적해야 하는 위치를 보다 정확하게 구체화하기 위해 MatchingLocations에 지정된 위치의 하위 집합을 제외할 수 있습니다.

적용 대상