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)
Syntax
'Declaração
ReadOnly Property QueuedBuilds As IQueuedBuild()
Get
IQueuedBuild[] QueuedBuilds { get; }
property array<IQueuedBuild^>^ QueuedBuilds {
array<IQueuedBuild^>^ get ();
}
abstract QueuedBuilds : IQueuedBuild[]
function get QueuedBuilds () : IQueuedBuild[]
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.
Remarks
Both the array and the individual IQueuedBuild items are updated in place during polling and during manual refreshes.
.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.