IOrderedSection Interface

This interface represents a section on the summary view of the View.

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

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

The IOrderedSection 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