UserTrackPoint.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 track point.
public:
property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public ReadOnly Property Annotations As TrackingAnnotationCollection
Property Value
A TrackingAnnotationCollection. The default is an empty collection.
Remarks
You can add to Annotations to specify annotations to be returned in UserTrackPoint.Annotations when the track point is matched. If Annotations is empty, no annotations are associated with the track point.
Annotations are strings
that you define that contain information associated with the track point. For example, an annotation could contain information about the possible execution path the workflow can take from this track point, or it could contain information to be displayed in a user interface.