TrackingRecord.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包含與該TrackingRecord軌道點相關的註解。

備註

你可以指定註解與 、a ActivityTrackPointWorkflowTrackPoint a 相關聯UserTrackPointTrackingProfile 執行時追蹤基礎設施會儲存這些註解,當它與軌跡點匹配時,會將它們回傳為 Annotations

適用於