This documentation is archived and is not being maintained.
IQueuedBuild::Copy Method
Visual Studio 2013
Copies the data from the specified queued build into the current instance.
The return value indicates whether anything in the queued build was actually updated that would effect state.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- build
- Type: Microsoft.TeamFoundation.Build.Client::IQueuedBuild
The queued build from which to copy data.
- options
- Type: Microsoft.TeamFoundation.Build.Client::QueryOptions
The options to customize the copy.
- 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: