This documentation is archived and is not being maintained.
IBuildsPageExt Interface
Visual Studio 2013
Use the GetExtensibilityService API to get this service from the Builds page in Team Explorer.
Namespace: Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
The IBuildsPageExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Builds | This is an array of the builds that are currently being displayed in the My Builds section on the Builds page. |
![]() | Definitions | This is an array of the definitions that are in the All Definitions section on the Builds page. |
![]() | FavoriteDefinitions | This is an array of the definitions that are in the Favorite Definitions section on the Builds page. |
![]() | SelectedBuilds | This is an array of the builds that are currently selected in the My Builds section on the Builds page. |
![]() | SelectedDefinitions | This is an array of the definitions that are currently selected in the All Definitions section on the Builds page. |
![]() | SelectedFavoriteDefinitions | This is an array of the definitions that are currently selected in the Favorite Definitions section on the Builds page. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Show:
