TrackingExtract.Annotations Propiedad
Definición
Cuando se implementa en una clase derivada, obtiene las anotaciones asociadas a los datos extraídos.When implemented in a derived class, gets the annotations associated with the extracted data.
public:
abstract property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public abstract System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public MustOverride ReadOnly Property Annotations As TrackingAnnotationCollection
Valor de propiedad
TrackingAnnotationCollection asociada a los datos extraídos.The TrackingAnnotationCollection associated with the extracted data.
Comentarios
Las anotaciones son strings
que define el usuario y que contienen información que se debe asociar a los datos extraídos.Annotations are strings
that you define that contain information to associate with the extracted data.