TrackingRecord.Annotations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,获取与跟踪点关联的批注的集合。
public:
abstract property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public abstract System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public MustOverride ReadOnly Property Annotations As TrackingAnnotationCollection
属性值
一个 TrackingAnnotationCollection,它包含与此 TrackingRecord 所对应的跟踪点关联的批注。
注解
可以在 ActivityTrackPoint 中指定要与 WorkflowTrackPoint、UserTrackPoint 或 TrackingProfile 关联的批注。 运行时跟踪基础结构将存储这些批注,并在匹配了跟踪点时在 Annotations 中返回这些批注。