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)

Syntax

'宣言
Function Add ( _
    name As String, _
    message As String, _
    startTime As DateTime _
) As IBuildStep
IBuildStep Add(
    string name,
    string message,
    DateTime startTime
)
IBuildStep^ Add(
    String^ name, 
    String^ message, 
    DateTime startTime
)
abstract Add : 
        name:string * 
        message:string * 
        startTime:DateTime -> IBuildStep 
function Add(
    name : String, 
    message : String, 
    startTime : DateTime
) : IBuildStep

Parameters

  • message
    Type: System.String
    The message of the child build step.

Return Value

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

.NET Framework Security

See Also

Reference

IBuildStep Interface

Add Overload

Microsoft.TeamFoundation.Build.Client Namespace