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

注釈

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

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

適用対象