TrackingDataItem.Annotations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與擷取資料建立關聯的註釋清單。
public:
property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public ReadOnly Property Annotations As TrackingAnnotationCollection
屬性值
TrackingAnnotationCollection,包含與擷取的資料關聯的附註。
備註
ActivityDataTrackingExtract 或 WorkflowDataTrackingExtract 可以指定要與擷取的資料一起傳送的附註。 這些包含在 Annotations 屬性中。