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 是空白,執行階段追蹤基礎結構就無法比對追蹤點。 您必須加入至少一個 UserTrackingLocationMatchingLocationsUserTrackPoint 才可以參與比對。

如果 UserTrackingLocation 中的任何 MatchingLocations 物件比對相符,且 UserTrackingLocation 中的所有 ExcludedLocations 物件都不相符,將會比對追蹤點。

適用於