WorkflowTrackingRecord.Annotations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与匹配的 WorkflowTrackPoint 关联的批注的集合。
public:
virtual property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public override System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public Overrides ReadOnly Property Annotations As TrackingAnnotationCollection
属性值
一个 TrackingAnnotationCollection,其中包含与 WorkflowTrackPoint 关联的批注。
注解
该属性由运行时跟踪基础结构设置。