TestSpecList Constructor (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

'Declaration
Public Sub New ( _
    testSpec As TestSpec _
)
public TestSpecList(
    TestSpec testSpec
)
public:
TestSpecList(
    TestSpec^ testSpec
)
new : 
        testSpec:TestSpec -> TestSpecList
public function TestSpecList(
    testSpec : TestSpec
)

Parameters

.NET Framework Security

See Also

Reference

TestSpecList Class

TestSpecList Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace