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
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.
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
- 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.