This documentation is archived and is not being maintained.
IBuildStep::Add Method (String, String, DateTime, BuildStepStatus)
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)
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.
- 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: