ICustomSummaryInformation, interface
ICustomSummaryInformation est une interface d'assistance pour IBuildInformationNodes de type « CustomSummaryInformation ». Pour obtenir un ICustomSummaryInformation, utilisez la classe d'InformationNodeConverters.
Espace de noms : Microsoft.TeamFoundation.Build.Client
Assembly : Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)
Syntaxe
'Déclaration
Public Interface ICustomSummaryInformation
public interface ICustomSummaryInformation
Le type ICustomSummaryInformation expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Message | Message. | |
Node | L'IBuildInformationNode sous-jacent. | |
SectionHeader | Obtient ou définit l'intitulé qui est la chaîne affichée en haut de la section | |
SectionName | Obtient ou définit le nom de section qui identifie la section | |
SectionPriority | Obtient ou définit la priorité de section utilisée pour déterminer l'ordre des sections |
Début
Méthodes
Nom | Description | |
---|---|---|
Save | Stocke les informations résumées personnalisées au serveur. |
Début