IBuildCoverage Interface

Represents the coverage information pertaining to a build.

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

Syntax

'Declaration
Public Interface IBuildCoverage _
    Inherits ICoverage
public interface IBuildCoverage : ICoverage
public interface class IBuildCoverage : ICoverage
type IBuildCoverage =  
    interface 
        interface ICoverage 
    end
public interface IBuildCoverage extends ICoverage

The IBuildCoverage type exposes the following members.

Properties

  Name Description
Public property Configuration
Public property LastError (Inherited from ICoverage.)
Public property Modules (Inherited from ICoverage.)
Public property State (Inherited from ICoverage.)

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace