CoverageInfo.BuildDataSet Method (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.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Function BuildDataSet ( _
tests As IEnumerable(Of Guid), _
modules As IEnumerable(Of String) _
) As CoverageDS
public CoverageDS BuildDataSet(
IEnumerable<Guid> tests,
IEnumerable<string> modules
)
public:
CoverageDS^ BuildDataSet(
IEnumerable<Guid>^ tests,
IEnumerable<String^>^ modules
)
member BuildDataSet :
tests:IEnumerable<Guid> *
modules:IEnumerable<string> -> CoverageDS
public function BuildDataSet(
tests : IEnumerable<Guid>,
modules : IEnumerable<String>
) : CoverageDS
Parameters
tests
Type: IEnumerable<Guid>A list of GUIDs for the tests to use to build the data set.
modules
Type: IEnumerable<String>A list of code modules to use to build the data set.
Return Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDS
A CoverageDS data set.
.NET Framework Security
- 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.