ITestSuiteEntryCollection.Add Method (ITestSuiteBase)
Adds a test suite to the collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function Add ( _
suite As ITestSuiteBase _
) As ITestSuiteEntry
ITestSuiteEntry Add(
ITestSuiteBase suite
)
ITestSuiteEntry^ Add(
ITestSuiteBase^ suite
)
abstract Add :
suite:ITestSuiteBase -> ITestSuiteEntry
function Add(
suite : ITestSuiteBase
) : ITestSuiteEntry
Parameters
suite
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBaseThe ITestSuiteBase object to add to the collection.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry
The added test suite entry.
.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
ITestSuiteEntryCollection Interface