This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.