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


UITestControlCollection.Item - свойство

Пространство имен:  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 Default Property Item ( _
    index As Integer _
) As UITestControl
public UITestControl this[
    int index
] { get; set; }
public:
property UITestControl^ default[int index] {
    UITestControl^ get (int index);
    void set (int index, UITestControl^ value);
}
member Item : 
        index:int -> UITestControl with get, set
JScript не поддерживает индексированные свойства.

Параметры

  • index
    Тип: Int32

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.UITesting.UITestControl

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

См. также

Ссылки

UITestControlCollection Класс

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