This documentation is archived and is not being maintained.
IBuildDetailSection Interface
Visual Studio 2013
This interface represents a section on the summary view of the Build Details View.
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
The IBuildDetailSection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Header | Returns the header for this section. Usually this is just a localized string. However, it can also return a Windows Presentation Foundation document paragraph that contains any valid elements for display. |
![]() | Name | Returns the name of the section (this name should never be localized). |
![]() | Priority | Returns the relative priority of this section. This value is used to sort the sections in ascending order before display. Standard sections have values like 100, 200, 300, and so on |
Show:
