Sdílet prostřednictvím


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

Viz také

Referenční dokumentace

UITestControlCollection Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů