IQueuedBuild.Copy Method
Copies the data from the specified queued build into the current instance.
The return value indicates whether or not 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)
Syntax
'Declaração
Function Copy ( _
build As IQueuedBuild, _
options As QueryOptions _
) As Boolean
bool Copy(
IQueuedBuild build,
QueryOptions options
)
bool Copy(
IQueuedBuild^ build,
QueryOptions options
)
abstract Copy :
build:IQueuedBuild *
options:QueryOptions -> bool
function Copy(
build : IQueuedBuild,
options : QueryOptions
) : boolean
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.
Return Value
Type: System.Boolean
True if this queued build state changed. False otherwise.
.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.