This documentation is archived and is not being maintained.
InformationNodeConverters::GetConfigurationSummary Method (IBuildDetail, String, String)
Visual Studio 2013
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::IConfigurationSummaryThe configuration summary, or null if none was found for the given platform and flavor.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: