This documentation is archived and is not being maintained.

IBuildStep::Add Method (String, String, DateTime)

Adds a child build step to this build step.

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

IBuildStep^ Add(
	String^ name, 
	String^ message, 
	DateTime startTime
)

Parameters

name
Type: System::String

The name of the child build step .

message
Type: System::String

The message of the child build step.

startTime
Type: System::DateTime

The start time of the child build step.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildStep
The child build step that is added to this build step.

Show: