This documentation is archived and is not being maintained.
InformationNodeConverters::GetConfigurationSummary Method (IBuildInformation, String, String)
Visual Studio 2013
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::IConfigurationSummaryThe desired 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: