Note: This API is now obsolete.
Interface for a CodeCoverageSummary type of IBuildInformationNode.
To obtain an ICodeCoverageSummary, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
<ObsoleteAttribute("This class has been deprecated. Please remove all references.",  _
    False)> _
Public Interface ICodeCoverageSummary
[ObsoleteAttribute("This class has been deprecated. Please remove all references.", 
    false)]
public interface ICodeCoverageSummary
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.", 
    false)]
public interface class ICodeCoverageSummary
[<ObsoleteAttribute("This class has been deprecated. Please remove all references.", 
    false)>]
type ICodeCoverageSummary =  interface end
public interface ICodeCoverageSummary
The ICodeCoverageSummary type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | BlocksCovered | Gets or sets the number of blocks that are covered by this code coverage run. | 
| .gif) | BlocksNotCovered | Gets or sets the number of blocks that are not covered by this code coverage run. | 
| .gif) | Id | Gets the ID of the underlying IBuildInformationNode of this code coverage summary. | 
| .gif) | IsBuildCoverageProcessing | Gets or sets a flag that describes whether this code coverage run is currently processing. | 
| .gif) | LinesCovered | Gets or sets the number of lines that are covered by this code coverage run. | 
| .gif) | LinesNotCovered | Gets or sets the number of lines that are not covered by this code coverage run. | 
| .gif) | LinesPartiallyCovered | Gets or sets the number of lines that are partially covered by this code coverage run. | 
| .gif) | Name | Gets or sets the name of this code coverage run. | 
| .gif) | Node | Gets the underlying IBuildInformationNode of this code coverage run. | 
| .gif) | RunId | Gets or sets the ID of this code coverage run. | 
| .gif) | RunUser | Gets or sets the user who initiated this code coverage run. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves this code coverage summary to the server. | 
Top