WorkflowTrackingRecord.Annotations 属性

定义

获取与 WorkflowTrackPoint 匹配项关联的批注的集合。

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

属性值

一个包含与 <a0/a0> 关联的批注。

注解

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

适用于