This documentation is archived and is not being maintained.

InformationNodeConverters::GetConfigurationSummary Method (IBuildInformation, String, String)

Gets a configuration summary from the specified build information object.

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

public:
static IConfigurationSummary^ GetConfigurationSummary(
	IBuildInformation^ buildInformation, 
	String^ flavor, 
	String^ platform
)

Parameters

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

The build information object from which the configuration summary will be retrieved.

flavor
Type: System::String

The flavor of the desired configuration.

platform
Type: System::String

The platform of the desired configuration.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IConfigurationSummary
The desired configuration summary, or null if none was found for the given platform and flavor.

Show: