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
- 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.