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 至 MatchingLocations 的 UserTrackPoint 才可以參與比對。
如果 UserTrackingLocation 中的任何 MatchingLocations 物件比對相符,且 UserTrackingLocation 中的所有 ExcludedLocations 物件都不相符,將會比對追蹤點。