ActivityTrackPoint.MatchingLocations 属性

定义

获取运行时跟踪基础结构应包含在跟踪点匹配中的位置的集合。

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

属性值

一个 ActivityTrackingLocationCollection ,指定要为跟踪点匹配的位置。 默认值为空集合。

注解

如果 MatchingLocations 为空,则运行时跟踪基础结构无法匹配跟踪点。 必须至少添加一个 ActivityTrackingLocationMatchingLocationsActivityTrackPoint 要参与匹配的项。

如果 ActivityTrackingLocation 运行时跟踪基础结构匹配任何 in MatchingLocations 且不匹配 ActivityTrackingLocationExcludedLocations 则跟踪点将匹配。

适用于