This documentation is archived and is not being maintained.
IActivityTracking::AddActivityTracking Method
Visual Studio 2013
Adds a child activity tracking node.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
IActivityTracking^ AddActivityTracking( String^ activityInstanceId, String^ activityType, String^ displayText )
Parameters
- activityInstanceId
- Type: System::String
The instance ID of the child activity that will be tracked.
- activityType
- Type: System::String
The type of the child activity that will be tracked.
- displayText
- Type: System::String
The display name of the child activity.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IActivityTrackingThe child activity tracking node.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: