TestList Constructor (IEnumerable<Test>)
Namespace: Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly: Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)
Syntax
声明
Public Sub New ( _
collection As IEnumerable(Of Test) _
)
public TestList(
IEnumerable<Test> collection
)
public:
TestList(
IEnumerable<Test^>^ collection
)
new :
collection:IEnumerable<Test> -> TestList
public function TestList(
collection : IEnumerable<Test>
)
Parameters
- collection
Type: System.Collections.Generic.IEnumerable<Test>
.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.
See Also
Reference
Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities Namespace