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

注釈

MatchingLocationsが空の場合、追跡ポイントはランタイム追跡インフラストラクチャと一致できません。 UserTrackPointが照合に参加するには、MatchingLocationsに少なくとも 1 つのUserTrackingLocationを追加する必要があります。

MatchingLocations内のいずれかのUserTrackingLocation オブジェクトが一致し、ExcludedLocations内のUserTrackingLocation オブジェクトが一致しない場合、トラック ポイントは照合されます。

適用対象