WorkflowTrackPoint.Annotations Propriété

Définition

Obtient la collection d’annotations associées au trackpoint.

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

Valeur de propriété

TrackingAnnotationCollection qui contient les annotations associées au trackpoint. La valeur par défaut est une collection vide ; elle spécifie qu’aucune annotation ne sera associée au trackpoint.

Remarques

Vous pouvez faire un ajout à Annotations pour spécifier des annotations à retourner dans le WorkflowTrackingRecord envoyé au service de suivi lorsque le trackpoint est mis en correspondance.

Les annotations sont des chaînes que vous définissez et qui contiennent des informations à associer au trackpoint. Par exemple, une annotation pourrait contenir des informations sur le chemin d’exécution possible que le workflow peut suivre à partir de ce trackpoint, ou elle pourrait contenir des informations à afficher dans une interface utilisateur.

S’applique à