Freigeben über


ITestSuiteEntryCollection.Remove-Methode (ITestCase)

Entfernt den bereitgestellten Testfall aus der Auflistung.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function Remove ( _
    testCase As ITestCase _
) As Boolean
bool Remove(
    ITestCase testCase
)
bool Remove(
    ITestCase^ testCase
)
abstract Remove : 
        testCase:ITestCase -> bool
function Remove(
    testCase : ITestCase
) : boolean

Parameter

Rückgabewert

Typ: Boolean
true , wenn das Objekt aus der Auflistung entfernt wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestSuiteEntryCollection Schnittstelle

Remove-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace

ITestCase