This documentation is archived and is not being maintained.
BuildTrackingParticipant Class
Visual Studio 2013
System.Object
System.Activities.Tracking.TrackingParticipant
Microsoft.TeamFoundation.Build.Workflow.Tracking.BuildTrackingParticipant
System.Activities.Tracking.TrackingParticipant
Microsoft.TeamFoundation.Build.Workflow.Tracking.BuildTrackingParticipant
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The BuildTrackingParticipant type exposes the following members.
Name | Description | |
---|---|---|
![]() | TrackingProfile | The tracking profile object used by the tracking participant. Before adding the tracking participant to the workflow extensions, the tracking profile is set on the participant. (Inherited from TrackingParticipant.) |
![]() | Verbosity |
Name | Description | |
---|---|---|
![]() | BeginTrack | When implemented in a derived class, begins asynchronous processing of the tracking record. (Inherited from TrackingParticipant.) |
![]() | EndTrack | When implemented in a derived class, represents the end of an asynchronous tracking operation. (Inherited from TrackingParticipant.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetActivityTracking | Gets the IActivityTracking record associated with the context. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetImportance | Gets the attached property value associated with the provided object. |
![]() ![]() | GetTrackingOption | Gets the attached property value associated with the provided object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | SetImportance | Sets the attached property value associated with the provided object. |
![]() ![]() | SetTrackingOption | Sets the attached property value associated with the provided object. |
![]() | Shutdown | Shuts down the tracking participant and makes sure that all activities are in a closed state. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Track | When implemented in a derived class, used to synchronously process the tracking record. (Inherited from TrackingParticipant.) |
Name | Description | |
---|---|---|
![]() ![]() | ImportanceName | Identifies an attachable property which specifies the importance of tracking a particular activity. |
![]() ![]() | TrackingOptionName | Identifies an attachable property which specifies the tracking option for particular activity. |
Show: