UserTrackingRecord.Annotations 属性

定义

获取与用户事件关联的批注的集合。

public:
 virtual property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public override System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public Overrides ReadOnly Property Annotations As TrackingAnnotationCollection

属性值

TrackingAnnotationCollection

一个包含批注的 TrackingAnnotationCollection,这些批注按 UserTrackPoint 中匹配的 TrackingProfile 与用户事件关联。

示例

有关批注详细信息,请参阅跟踪 配置文件设计器示例 和使用 跟踪配置文件对象模型示例

注解

可以在 UserTrackPoint.Annotations 中指定要与用户事件关联的批注。 当运行时跟踪基础结构匹配了 UserTrackPoint 时,它会在 UserTrackingRecord.Annotations 中返回这些批注。

该属性由运行时跟踪基础结构设置。

适用于