Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UserTrackPoint::Annotations Property

 

Gets the collection of annotations associated with the track point.

Namespace:   System.Workflow.Runtime.Tracking
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
property TrackingAnnotationCollection^ Annotations {
	TrackingAnnotationCollection^ get();
}

Property Value

Type: System.Workflow.Runtime.Tracking::TrackingAnnotationCollection^

A TrackingAnnotationCollection. The default is an empty collection.

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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft