This documentation is archived and is not being maintained.

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

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 time, 
	BuildStepStatus status
)

Parameters

name
Type: System::String

The name of the child build step.

message
Type: System::String

The message of the child build step.

time
Type: System::DateTime

The start or finish time of the child build step.

status
Type: Microsoft.TeamFoundation.Build.Client::BuildStepStatus

The status of the child build step.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildStep
The added build step.

Show: