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 。 既定値は空のコレクションです。

注釈

ExcludedLocations内のUserTrackingLocation オブジェクトのいずれかが特定のユーザー イベントと一致した場合、追跡ポイントは一致せず、追跡サービスにUserTrackingRecordは送信されません。 ExcludedLocationsが空の場合、除外される場所はありません。

ExcludedLocationsを使用して、ランタイム追跡インフラストラクチャによって特定の場所が追跡されないようにすることができます。 たとえば、 MatchingLocations で指定された場所のサブセットを除外して、トラック ポイントで追跡する必要がある場所をより正確に絞り込むことができます。

適用対象