ActivityTrackPoint.Annotations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与跟踪点关联的批注的集合。
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
,它包含与跟踪点关联的信息。 例如,批注可以包含有关工作流可从此跟踪点获得的可能执行路径的信息,也可以包含要显示在用户界面中的信息。