Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the provided list of test cases from the collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
void RemoveCases(
IEnumerable<ITestCase> cases
)
void RemoveCases(
IEnumerable<ITestCase^>^ cases
)
abstract RemoveCases :
cases:IEnumerable<ITestCase> -> unit
Sub RemoveCases (
cases As IEnumerable(Of ITestCase)
)
Parameters
cases
Type: System.Collections.Generic.IEnumerable<ITestCase>A list of ITestCase objects to remove.
See Also
ITestCase
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top