TrackingRecord.Annotations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在衍生類別中覆寫時,會獲得與軌道點相關的註解集合。
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 ActivityTrackPoint 或 WorkflowTrackPoint a 相關聯UserTrackPoint。TrackingProfile 執行時追蹤基礎設施會儲存這些註解,當它與軌跡點匹配時,會將它們回傳為 Annotations。