IQueuedBuild.Copy Method

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)

Syntax

'Declaration
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

Return Value

Type: System.Boolean
True if this queued build state changed. False otherwise.

.NET Framework Security

See Also

Reference

IQueuedBuild Interface

Microsoft.TeamFoundation.Build.Client Namespace