IQueuedView.SelectedBuilds Property

Returns an array of the selected builds on the queued tab of the build explorer.

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

Syntax

'Declaration
ReadOnly Property SelectedBuilds As IQueuedBuild()
IQueuedBuild[] SelectedBuilds { get; }
property array<IQueuedBuild^>^ SelectedBuilds {
    array<IQueuedBuild^>^ get ();
}
abstract SelectedBuilds : IQueuedBuild[] with get
function get SelectedBuilds () : IQueuedBuild[]

Property Value

Type: array<Microsoft.TeamFoundation.Build.Client.IQueuedBuild[]
Returns IQueuedBuild.

.NET Framework Security

See Also

Reference

IQueuedView Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace