Поделиться через


UITestControlCollection.IndexOf - метод

Пространство имен:  Microsoft.VisualStudio.TestTools.UITesting
Сборки:   Microsoft.VisualStudio.TestTools.UITesting (в Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (в Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Синтаксис

'Декларация
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

Параметры

Возвращаемое значение

Тип: Int32

Безопасность платформы .NET Framework

См. также

Ссылки

UITestControlCollection Класс

Microsoft.VisualStudio.TestTools.UITesting - пространство имен