IBuildsPageExt.SelectedBuilds Property
This is an array of the builds that are currently selected in the My Builds section on the Builds page.
Namespace: Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
ReadOnly Property SelectedBuilds As IBuildModel()
IBuildModel[] SelectedBuilds { get; }
property array<IBuildModel^>^ SelectedBuilds {
array<IBuildModel^>^ get ();
}
abstract SelectedBuilds : IBuildModel[] with get
function get SelectedBuilds () : IBuildModel[]
Property Value
Type: array<Microsoft.TeamFoundation.Build.Controls.Extensibility.IBuildModel[]
Returns IBuildModel.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace