UITestControlCollection.Contains – metoda
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntaxe
'Deklarace
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
Parametry
Vrácená hodnota
Typ: Boolean
Implementuje
ICollection.Contains(UTP)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.