UserTrackPoint.MatchingLocations プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ランタイム追跡インフラストラクチャによる追跡ポイントの照合に含めるべき場所のコレクションを取得します。
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 が空の場合は、ランタイム追跡インフラストラクチャで追跡ポイントを照合できません。 UserTrackingLocation を一致させるには、1 つ以上の MatchingLocations を UserTrackPoint に追加する必要があります。
追跡ポイントが照合されるのは、UserTrackingLocation 内のいずれかの MatchingLocations オブジェクトが照合され、しかも UserTrackingLocation 内の ExcludedLocations オブジェクトが 1 つも照合されない場合です。