Share via


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

屬性值

TrackingAnnotationCollection

TrackingAnnotationCollection,其中包含的附註與 UserTrackPointTrackingProfile 符合的使用者事件關聯。

範例

如需有關批註的詳細資訊,請參閱 追蹤設定檔設計工具範例使用追蹤設定檔物件模型範例

備註

您可以指定附註與 UserTrackPoint.Annotations 中的使用者事件產生關聯。 當執行階段追蹤基礎結構符合 UserTrackPoint 時,它會在 UserTrackingRecord.Annotations 中傳回這些附註。

這個屬性是由執行階段追蹤基礎結構所設定。

適用於