ActivityTrackPoint.Annotations 属性
定义
获取与跟踪点关联的批注的集合。Gets the collection of annotations associated with the track point.
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。An TrackingAnnotationCollection. 默认值为空集合。The default is an empty collection.
注解
您可以将批注添加到 Annotations,以指定要在跟踪点匹配时发送到跟踪服务的 ActivityTrackingRecord 中返回的批注。You can add to Annotations to specify annotations to be returned in the ActivityTrackingRecord sent to the tracking service when the track point is matched. 如果 Annotations 为空,则没有批注与跟踪点关联。If Annotations is empty, no annotations are associated with the track point.
批注是您定义的 strings,它包含与跟踪点关联的信息。Annotations are strings that you define that contain information associated with the track point. 例如,批注可以包含有关工作流可从此跟踪点获得的可能执行路径的信息,也可以包含要显示在用户界面中的信息。For example, an annotation could contain information about the possible execution path the workflow can take from this track point, or it could contain information to be displayed in a user interface.