UserTrackingRecord.Annotations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of annotations associated with the user event.
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
Property Value
A TrackingAnnotationCollection that contains the annotations that are associated with the user event by the UserTrackPoint that was matched in the TrackingProfile.
Examples
For more information about annotations, see the Tracking Profile Designer Sample and the Using the Tracking Profile Object Model Sample.
Remarks
You can specify annotations to be associated with a user event in UserTrackPoint.Annotations. When the runtime tracking infrastructure matches the UserTrackPoint, it returns these annotations in UserTrackingRecord.Annotations.
This property is set by the runtime tracking infrastructure.