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 で指定された場所のサブセットを除外することができます。