This documentation is archived and is not being maintained.

IQueuedBuildsView::QueuedBuilds Property

Gets the queued builds in the team project that match the specified AgentFilter, DefinitionFilter, and StatusFilter properties.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property array<IQueuedBuild^>^ QueuedBuilds {
	array<IQueuedBuild^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.Build.Client::IQueuedBuild>
The queued builds in the team project that match the specified AgentFilter, DefinitionFilter, and StatusFilter properties.

Both the array and the individual IQueuedBuild items are updated in place during polling and during manual refreshes.

Show: