InformationNodeConverters.AddConfigurationSummary Method (IBuildDetail, String, String, String)
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)
Syntax
'Declaração
<ObsoleteAttribute("This method has been deprecated. Please remove all references.", _
False)> _
Public Shared Function AddConfigurationSummary ( _
build As IBuildDetail, _
flavor As String, _
platform As String, _
logFile As String _
) As IConfigurationSummary
[ObsoleteAttribute("This method has been deprecated. Please remove all references.",
false)]
public static IConfigurationSummary AddConfigurationSummary(
IBuildDetail build,
string flavor,
string platform,
string logFile
)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.",
false)]
public:
static IConfigurationSummary^ AddConfigurationSummary(
IBuildDetail^ build,
String^ flavor,
String^ platform,
String^ logFile
)
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.",
false)>]
static member AddConfigurationSummary :
build:IBuildDetail *
flavor:string *
platform:string *
logFile:string -> IConfigurationSummary
public static function AddConfigurationSummary(
build : IBuildDetail,
flavor : String,
platform : String,
logFile : String
) : IConfigurationSummary
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.IConfigurationSummary
Returns the added configuration summary.
.NET Framework Security
- 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.
See Also
Reference
InformationNodeConverters Class