This documentation is archived and is not being maintained.
IBuildStep::Add Method (String, String, DateTime)
Visual Studio 2013
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)
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::IBuildStepThe child build step that is added to this build step.
- 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.
Show: