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에 지정된 위치의 하위 집합을 제외할 수 있습니다.