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 。 既定値は空のコレクションです。
注釈
ExcludedLocations内のUserTrackingLocation オブジェクトのいずれかが特定のユーザー イベントと一致した場合、追跡ポイントは一致せず、追跡サービスにUserTrackingRecordは送信されません。 ExcludedLocationsが空の場合、除外される場所はありません。
ExcludedLocationsを使用して、ランタイム追跡インフラストラクチャによって特定の場所が追跡されないようにすることができます。 たとえば、 MatchingLocations で指定された場所のサブセットを除外して、トラック ポイントで追跡する必要がある場所をより正確に絞り込むことができます。