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 中指定的位置子集,以更精確地調整應由追蹤點追蹤的位置。