UserTrackPoint.MatchingLocations プロパティ

定義

ランタイム追跡インフラストラクチャによる追跡ポイントの照合に含めるべき場所のコレクションを取得します。

public:
 property System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ MatchingLocations { System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.UserTrackingLocationCollection MatchingLocations { get; }
member this.MatchingLocations : System.Workflow.Runtime.Tracking.UserTrackingLocationCollection
Public ReadOnly Property MatchingLocations As UserTrackingLocationCollection

プロパティ値

UserTrackingLocationCollection

追跡ポイントの照合の対象となる場所を指定する UserTrackingLocationCollection。 既定値は空のコレクションです。

注釈

MatchingLocations が空の場合は、ランタイム追跡インフラストラクチャで追跡ポイントを照合できません。 UserTrackingLocation を一致させるには、1 つ以上の MatchingLocationsUserTrackPoint に追加する必要があります。

追跡ポイントが照合されるのは、UserTrackingLocation 内のいずれかの MatchingLocations オブジェクトが照合され、しかも UserTrackingLocation 内の ExcludedLocations オブジェクトが 1 つも照合されない場合です。

適用対象