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)

Syntax

'Declaration
Function AddPropertyValues ( _
    properties As Dictionary(Of String, String) _
) As IActivityProperties
IActivityProperties AddPropertyValues(
    Dictionary<string, string> properties
)
IActivityProperties^ AddPropertyValues(
    Dictionary<String^, String^>^ properties
)
abstract AddPropertyValues : 
        properties:Dictionary<string, string> -> IActivityProperties
function AddPropertyValues(
    properties : Dictionary<String, String>
) : IActivityProperties

Parameters

Return Value

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

Remarks

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.

.NET Framework Security

See Also

Reference

IActivityTracking Interface

Microsoft.TeamFoundation.Build.Client Namespace