ITestSuiteEntryCollection.RemoveCases Method
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
'Declaration
Sub RemoveCases ( _
cases As IEnumerable(Of ITestCase) _
)
void RemoveCases(
IEnumerable<ITestCase> cases
)
void RemoveCases(
IEnumerable<ITestCase^>^ cases
)
abstract RemoveCases :
cases:IEnumerable<ITestCase> -> unit
function RemoveCases(
cases : IEnumerable<ITestCase>
)
Parameters
.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