CoverageInfo.BuildDataSet Method (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.
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) _
) As CoverageDS
public CoverageDS BuildDataSet(
IEnumerable<Guid> tests
)
public:
CoverageDS^ BuildDataSet(
IEnumerable<Guid>^ tests
)
member BuildDataSet :
tests:IEnumerable<Guid> -> CoverageDS
public function BuildDataSet(
tests : IEnumerable<Guid>
) : CoverageDS
Parameters
- tests
Type: System.Collections.Generic.IEnumerable<Guid>
A list of GUIDs for the tests to be included in 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.