This documentation is archived and is not being maintained.

IActivityTracking::AddPropertyValues Method

Adds a child activity properties node.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

IActivityProperties^ AddPropertyValues(
	Dictionary<String^, String^>^ properties
)

Parameters

properties
Type: System.Collections.Generic::Dictionary<String, String>

The property names and values.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IActivityProperties
The child activity properties node.

This method is typically called two times: once to add the initial values of the Arguments of the activities, and once to add the final values.

These will be displayed in the build details view when the logging verbosity for the build is diagnostic.

Show: