IConfigurationSummary.CodeCoverageSummaries Property
Note: This API is now obsolete.
Gets the code coverage summaries that are associated with this configuration.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Декларация
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
ReadOnly Property CodeCoverageSummaries As List(Of ICodeCoverageSummary)
Get
[ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)]
List<ICodeCoverageSummary> CodeCoverageSummaries { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.",
false)]
property List<ICodeCoverageSummary^>^ CodeCoverageSummaries {
List<ICodeCoverageSummary^>^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)>]
abstract CodeCoverageSummaries : List<ICodeCoverageSummary>
function get CodeCoverageSummaries () : List<ICodeCoverageSummary>
Property Value
Type: System.Collections.Generic.List<ICodeCoverageSummary>
The code coverage summaries that are associated with this configuration.
.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.