ActivityTrackPoint.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 在匹配跟踪点时发送到跟踪服务的批注 ActivityTrackingRecord 。 如果 Annotations 为空,则不与跟踪点关联任何批注。

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

适用于