Share via


IConfigurationSummary.AddCompilationSummary Method

Note: This API is now obsolete.

Adds a child compilation summary to this configuration summary.

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

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated. Please remove all references.",  _
    False)> _
Function AddCompilationSummary As ICompilationSummary
[ObsoleteAttribute("This method has been deprecated. Please remove all references.", 
    false)]
ICompilationSummary AddCompilationSummary()
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.", 
    false)]
ICompilationSummary^ AddCompilationSummary()
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.", 
    false)>]
abstract AddCompilationSummary : unit -> ICompilationSummary
function AddCompilationSummary() : ICompilationSummary

Return Value

Type: Microsoft.TeamFoundation.Build.Client.ICompilationSummary
The added compilation summary.

.NET Framework Security

See Also

Reference

IConfigurationSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace