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

與擷取的資料關聯的 TrackingAnnotationCollection

備註

附註是您定義的 strings,其中包含與擷取的資料關聯的資訊。

適用於