IBuildDetailSection Interface

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)

Syntax

'Declaration
Public Interface IBuildDetailSection
public interface IBuildDetailSection
public interface class IBuildDetailSection
type IBuildDetailSection =  interface end
public interface IBuildDetailSection

The IBuildDetailSection type exposes the following members.

Properties

  Name Description
Public property 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.
Public property Name Returns the name of the section (this name should never be localized).
Public property 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

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls Namespace