WorkflowTrackPoint.Annotations 属性

定义

获取与跟踪点关联的批注的集合。

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

属性值

一个 TrackingAnnotationCollection 包含与跟踪点关联的批注。 默认值为空集合;它指定没有批注与跟踪点相关联。

注解

可以添加到指定 Annotations 在匹配跟踪点时发送到跟踪服务的批注 WorkflowTrackingRecord

批注是你定义的包含要与跟踪点关联的信息的字符串。 例如,批注可以包含有关工作流可从此跟踪点获取的可能执行路径的信息,也可以包含要在用户界面中显示的信息。

适用于