UserTrackingRecord.Body Property
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 a list containing any additional data extracted from the workflow for the UserTrackPoint that was matched.
public:
property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingDataItem ^> ^ Body { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingDataItem ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingDataItem> Body { get; }
member this.Body : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingDataItem>
Public ReadOnly Property Body As IList(Of TrackingDataItem)
A list of TrackingDataItem objects each of which contains a single piece of extracted data and its associated annotations.
When a UserTrackPoint is matched, the runtime tracking infrastructure can extract data from the workflow instance. The data to be extracted is specified by UserTrackPoint.Extracts. UserTrackPoint.Extracts can contain ActivityDataTrackingExtract objects, which specify member data to be extracted from the activity associated with the user event, and WorkflowDataTrackingExtract objects, which specify member data to be extracted from the root activity of the workflow. Each type of extract can also specify annotations to be returned with the extracted data. The runtime tracking infrastructure encapsulates each piece of extracted data and its associated annotations in a TrackingDataItem which it adds to Body.
Because the user data pushed to the tracking service by the user event is contained in UserData, Body will frequently be an empty list. This property is set by the runtime tracking infrastructure.
Proizvod | Verzije |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: