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 关联的批注。

注解

可以指定要与一个、一个ActivityTrackPointWorkflowTrackPoint或一个UserTrackPoint中的TrackingProfile批注关联的批注。 运行时跟踪基础结构存储这些批注,并且当它与跟踪点匹配时,它将返回它们。Annotations

适用于