InformationNodeConverters.GetCustomSummaryInformationNodes Method (IBuildInformation)

Gets all of the Custom Summary Information nodes from a build information object.

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

Syntax

'Declaration
Public Shared Function GetCustomSummaryInformationNodes ( _
    buildInformation As IBuildInformation _
) As List(Of ICustomSummaryInformation)
public static List<ICustomSummaryInformation> GetCustomSummaryInformationNodes(
    IBuildInformation buildInformation
)
public:
static List<ICustomSummaryInformation^>^ GetCustomSummaryInformationNodes(
    IBuildInformation^ buildInformation
)
static member GetCustomSummaryInformationNodes : 
        buildInformation:IBuildInformation -> List<ICustomSummaryInformation> 
public static function GetCustomSummaryInformationNodes(
    buildInformation : IBuildInformation
) : List<ICustomSummaryInformation>

Parameters

Return Value

Type: System.Collections.Generic.List<ICustomSummaryInformation>
The Custom Summary Information nodes.

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

GetCustomSummaryInformationNodes Overload

Microsoft.TeamFoundation.Build.Client Namespace