Share via


CoverageInfo.BuildDataSet Method

Include Protected Members
Include Inherited Members

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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method BuildDataSet() Builds a CoverageDS data set.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method 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.

Top

See Also

Reference

CoverageInfo Class

Microsoft.VisualStudio.Coverage.Analysis Namespace