IConfigurationSummary.AddCodeCoverageSummary Method
Note: This API is now obsolete.
Adds a child code coverage summary to this configuration summary.
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)> _
Function AddCodeCoverageSummary As ICodeCoverageSummary
[ObsoleteAttribute("This method has been deprecated. Please remove all references.",
false)]
ICodeCoverageSummary AddCodeCoverageSummary()
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.",
false)]
ICodeCoverageSummary^ AddCodeCoverageSummary()
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.",
false)>]
abstract AddCodeCoverageSummary : unit -> ICodeCoverageSummary
function AddCodeCoverageSummary() : ICodeCoverageSummary
Return Value
Type: Microsoft.TeamFoundation.Build.Client.ICodeCoverageSummary
The added code coverage 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.