This documentation is archived and is not being maintained.

InformationNodeConverters::GetCustomSummaryInformation Method

Converts a single Information node of type CustomSummaryInformation into an ICustomSummaryInformation object.

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

public:
static ICustomSummaryInformation^ GetCustomSummaryInformation(
	IBuildInformationNode^ node
)

Parameters

node
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformationNode

The build information node.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::ICustomSummaryInformation
The Custom Summary Information node.

Show: