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 你定義的,包含與擷取資料相關聯的資訊。

適用於