This documentation is archived and is not being maintained.

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)

bool Copy(
	IQueuedBuild^ build, 
	QueryOptions options
)

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.

Show: