TestSpecList Constructor (IEnumerable<TestSpec>)
Initializes a new instance of the TestSpecList class.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
Public Sub New ( _
testSpecs As IEnumerable(Of TestSpec) _
)
public TestSpecList(
IEnumerable<TestSpec> testSpecs
)
public:
TestSpecList(
IEnumerable<TestSpec^>^ testSpecs
)
new :
testSpecs:IEnumerable<TestSpec> -> TestSpecList
public function TestSpecList(
testSpecs : IEnumerable<TestSpec>
)
Parameters
- testSpecs
Type: System.Collections.Generic.IEnumerable<TestSpec>
An enumerable collection of TestSpec objects.
.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.Build.Workflow.Activities Namespace