TrackingRecord.Annotations 属性

定义

在派生类中重写时,获取与跟踪点关联的批注的集合。

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

属性值

一个 TrackingAnnotationCollection,它包含与此 TrackingRecord 所对应的跟踪点关联的批注。

注解

可以在 ActivityTrackPoint 中指定要与 WorkflowTrackPointUserTrackPointTrackingProfile 关联的批注。 运行时跟踪基础结构将存储这些批注,并在匹配了跟踪点时在 Annotations 中返回这些批注。

适用于