WorkflowDataTrackingExtract.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 要提取的活动属性或字段关联的属性。 默认值为空集合。

注解

批注是 strings 定义包含要与提取的数据关联的信息。 匹配跟踪点时,运行时跟踪基础结构将提取的数据和批注集合包含在它发送到跟踪服务的跟踪记录中。 可以添加以 Annotations 将其他信息与提取的数据相关联。

适用于