UserTrackingRecord.Annotations Propriété

Définition

Obtient la collection d’annotations associées à l’événement utilisateur.

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

Valeur de propriété

Qui TrackingAnnotationCollection contient les annotations associées à l’événement utilisateur par le UserTrackPoint correspondant dans le TrackingProfile.

Exemples

Pour plus d’informations sur les annotations, consultez l’exemple de Concepteur de profils de suivi et l’exemple Using the Tracking Profile Object Model.

Remarques

Vous pouvez spécifier des annotations à associer à un événement utilisateur dans UserTrackPoint.Annotations. Lorsque l’infrastructure de suivi du runtime correspond à celle-ci UserTrackPoint, elle retourne ces annotations dans UserTrackingRecord.Annotations.

Cette propriété est définie par l’infrastructure de suivi du runtime.

S’applique à