ActivityTrackPoint.MatchingLocations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取运行时跟踪基础结构应包含在跟踪点匹配中的位置的集合。
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 且不匹配 ActivityTrackingLocation , ExcludedLocations 则跟踪点将匹配。