Freigeben über


InformationNodeConverters.GetCustomSummaryInformationNodes-Methode (IBuildDetail)

Ruft alle benutzerdefinierten Kurzinformationenknoten von einem Build ab.

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

Syntax

'Declaration
Public Shared Function GetCustomSummaryInformationNodes ( _
    build As IBuildDetail _
) As List(Of ICustomSummaryInformation)
public static List<ICustomSummaryInformation> GetCustomSummaryInformationNodes(
    IBuildDetail build
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<ICustomSummaryInformation>
Die benutzerdefinierten Kurzinformationenknoten.

.NET Framework-Sicherheit

Siehe auch

Referenz

InformationNodeConverters Klasse

GetCustomSummaryInformationNodes-Überladung

Microsoft.TeamFoundation.Build.Client-Namespace