This documentation is archived and is not being maintained.

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)

public:
static List<ICustomSummaryInformation^>^ GetCustomSummaryInformationNodes(
	IBuildInformation^ buildInformation
)

Parameters

buildInformation
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation

The build information.

Return Value

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

Show: