Freigeben über


UITestControlCollection.Contains-Methode

Ermittelt, ob UITestControlCollection ein bestimmtes UITestControl enthält.

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn die UITestControlCollection das angegebene UITestControl enthält, andernfalls false.

Implementiert

ICollection<T>.Contains(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControlCollection Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace