CoverageInfo.BuildDataSet Method

 

Builds a CoverageDS data set. 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)

Overload List

Name Description
System_CAPS_pubmethod BuildDataSet()

Builds a CoverageDS data set.

System_CAPS_pubmethod BuildDataSet(Boolean)

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

System_CAPS_pubmethod BuildDataSet(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.

System_CAPS_pubmethod BuildDataSet(Boolean, IEnumerable<Guid>, IEnumerable<String>)

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

System_CAPS_pubmethod BuildDataSet(IEnumerable<Guid>)

Builds a CoverageDS data set by using the provided list of test GUIDs. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BuildDataSet(IEnumerable<Guid>, IEnumerable<String>)

Builds a CoverageDS data set by using the provided lists of GUIDs for tests and the provided list of modules. This class and its members are reserved for internal use and are not intended to be used in your code.

See Also

CoverageInfo Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top