C# Класс System.Windows.Automation.AutomationElementCollection

Наследование: ICollection, IEnumerable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CopyTo ( Array array, int index ) : void
CopyTo ( AutomationElement array, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( int index ) : AutomationElement

Приватные методы

Метод Описание
AutomationElementCollection ( UIAutomationClient obj ) : System
Wrap ( UIAutomationClient obj ) : AutomationElementCollection

Описание методов

CopyTo() публичный Метод

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Результат void

CopyTo() публичный Метод

public CopyTo ( AutomationElement array, int index ) : void
array AutomationElement
index int
Результат void

GetEnumerator() публичный Метод

public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

this() публичный Метод

public this ( int index ) : AutomationElement
index int
Результат AutomationElement