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
'Declaration
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
name
Type: System.StringThe name of the child build step .
message
Type: System.StringThe message of the child build step.
startTime
Type: System.DateTimeThe 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.
.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.