This documentation is archived and is not being maintained.
InformationNodeConverters::AddConfigurationSummary Method (IBuildDetail, String, String, String)
Visual Studio 2013
Note: This API is now obsolete.
Adds a configuration summary to a build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.", false)] public: static IConfigurationSummary^ AddConfigurationSummary( IBuildDetail^ build, String^ flavor, String^ platform, String^ logFile )
Parameters
- build
- Type: Microsoft.TeamFoundation.Build.Client::IBuildDetail
The build.
- flavor
- Type: System::String
The configuration of the build. For example, "Debug" or "Release".
- platform
- Type: System::String
The platform of the configuration. For example "Any CPU" or "x86".
- logFile
- Type: System::String
The full path of the log file that contains the errors and warnings for this configuration.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::IConfigurationSummaryReturns the added configuration summary.
- 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: