This documentation is archived and is not being maintained.
ICustomSummaryInformation Interface
Visual Studio 2013
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)
The ICustomSummaryInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Message | The message. |
![]() | Node | The underlying IBuildInformationNode. |
![]() | SectionHeader | Gets or sets the Section header which is the string displayed at the top of the section |
![]() | SectionName | Gets or sets the Section name which uniquely identifies the section |
![]() | SectionPriority | Gets or sets the Section priority which is used to determine the order of the sections |
Show:
