UserTrackingRecord.Annotations 屬性

定義

取得與使用者事件相關的註解集合。

public:
 virtual property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public override System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public Overrides ReadOnly Property Annotations As TrackingAnnotationCollection

屬性值

A TrackingAnnotationCollection 包含與使用者事件相關的註解,該註解由 UserTrackPoint 在 中匹配 TrackingProfile

範例

欲了解更多關於註解的資訊,請參閱 追蹤設定檔設計器範例使用追蹤設定檔物件模型範例

備註

你可以指定註解與 中的 UserTrackPoint.Annotations使用者事件相關聯。 當執行時追蹤基礎設施與 匹配 UserTrackPoint時,會回傳這些註解於 UserTrackingRecord.Annotations

此特性由執行時追蹤基礎設施設定。

適用於