This documentation is archived and is not being maintained.

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

Gets a configuration summary from the specified build.

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

public:
static IConfigurationSummary^ GetConfigurationSummary(
	IBuildDetail^ build, 
	String^ flavor, 
	String^ platform
)

Parameters

build
Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail

The build 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 configuration summary, or null if none was found for the given platform and flavor.

Flavor will be a string such as "Debug" or "Release". Platform will be a string such as "Any CPU" or "x86".

Show: