CoverageInfo.BuildDataSet Method (Boolean, IEnumerable<Guid>)

Builds a CoverageDS data set by using the provided indication of whether to build a summary data set on the provided list of tests. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Function BuildDataSet ( _
    summaryOnly As Boolean, _
    tests As IEnumerable(Of Guid) _
) As CoverageDS
public CoverageDS BuildDataSet(
    bool summaryOnly,
    IEnumerable<Guid> tests
)
public:
CoverageDS^ BuildDataSet(
    bool summaryOnly, 
    IEnumerable<Guid>^ tests
)
member BuildDataSet : 
        summaryOnly:bool * 
        tests:IEnumerable<Guid> -> CoverageDS
public function BuildDataSet(
    summaryOnly : boolean, 
    tests : IEnumerable<Guid>
) : CoverageDS

Parameters

  • summaryOnly
    Type: Boolean

    true if only the modules that are referenced by the provided test information will be included in the data set; false to include all coverage data.

  • tests
    Type: IEnumerable<Guid>

    A list of GUIDs for the tests to use to build the data set.

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDS
A CoverageDS data set.

.NET Framework Security

See Also

Reference

CoverageInfo Class

BuildDataSet Overload

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDS