TrackingExtract.Annotations 属性

定义

在派生类中实现时,获取与提取的数据关联的批注。

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 提取的数据关联的数据。

注解

批注是 strings 定义包含要与提取的数据关联的信息。

适用于