Interface for an IActivityTracking type of IBuildInformationNode. To obtain an IActivityTracking, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IActivityTracking
public interface IActivityTracking
public interface class IActivityTracking
type IActivityTracking =  interface end
public interface IActivityTracking
The IActivityTracking type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ActivityInstanceId | Gets or sets the instance ID of the tracked activity. | 
| .gif) | ActivityType | Gets or sets the type of the tracked activity. | 
| .gif) | DisplayName | Gets or sets the display name of the tracked activity. | 
| .gif) | FinalPropertyValues | Gets the properties and their values at the time that the tracked activity completed execution. | 
| .gif) | FinishTime | Gets or sets the time that the tracked activity completed execution. | 
| .gif) | InitialPropertyValues | Gets the properties and their values at the time that the tracked activity began execution. | 
| .gif) | Node | Gets the IBuildInformationNode that is encapsulated by this interface. | 
| .gif) | StartTime | Gets or sets the time that the tracked activity began execution. | 
| .gif) | State | Gets or sets the state of the tracked activity. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddActivityTracking | Adds a child activity tracking node. | 
| .gif) | AddAgentScopeActivityTracking | Adds a child activity tracking node for an AgentScope activity. | 
| .gif) | AddPropertyValues | Adds a child activity properties node. | 
| .gif) | Save | Saves this information node. | 
Top