Freigeben über


UITestControlCollection.Remove-Methode

Entfernt das erste Vorkommen des UITestControl-Elements aus dem UITestControlCollection-Objekt.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Function Remove ( _
    item As UITestControl _
) As Boolean
public bool Remove(
    UITestControl item
)
public:
virtual bool Remove(
    UITestControl^ item
) sealed
abstract Remove : 
        item:UITestControl -> bool 
override Remove : 
        item:UITestControl -> bool 
public final function Remove(
    item : UITestControl
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn item gefunden und entfernt wurde, andernfalls false.

Implementiert

ICollection<T>.Remove(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControlCollection Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace