CoverageInfo.BuildDataSet Method (Boolean, IEnumerable(Of Guid), IEnumerable(Of String))
Visual Studio 2012
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.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
'Declaration Public Function BuildDataSet ( _ summaryOnly As Boolean, _ tests As IEnumerable(Of Guid), _ modules As IEnumerable(Of String) _ ) As 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(Of Guid)
A list of GUIDs for the tests to use to build the data set.
- modules
- Type: IEnumerable(Of String)
A list of code modules to use to build the data set.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.