ICustomSummaryInformation Interface

ICustomSummaryInformation is a helper interface for IBuildInformationNodes of type "CustomSummaryInformation". To obtain an ICustomSummaryInformation, use the InformationNodeConverters class.

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

Syntax

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

The ICustomSummaryInformation type exposes the following members.

Properties

  Name Description
Public property Message The message.
Public property Node The underlying IBuildInformationNode.
Public property SectionHeader Gets or sets the Section header which is the string displayed at the top of the section
Public property SectionName Gets or sets the Section name which uniquely identifies the section
Public property SectionPriority Gets or sets the Section priority which is used to determine the order of the sections

Top

Methods

  Name Description
Public method Save Saves the custom summary information to the server.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace