UITestControlCollection.IndexOf – 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 IndexOf ( _
control As UITestControl _
) As Integer
public int IndexOf(
UITestControl control
)
public:
int IndexOf(
UITestControl^ control
)
member IndexOf :
control:UITestControl -> int
public function IndexOf(
control : UITestControl
) : int
Parametry
Vrácená hodnota
Typ: Int32
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.