Метод | Описание | |
---|---|---|
GetElementsByWildcard ( this collection, string name, string automationId, string className, string txtValue, bool caseSensitive ) : IEnumerable | ||
ToArray ( this collection ) : IUiElement[] |
Метод | Описание | |
---|---|---|
GetFilteredElementsCollection ( this |
public static GetElementsByWildcard ( this collection, string name, string automationId, string className, string txtValue, bool caseSensitive ) : IEnumerable | ||
collection | this | |
name | string | |
automationId | string | |
className | string | |
txtValue | string | |
caseSensitive | bool | |
Результат | IEnumerable |
public static ToArray ( this collection ) : IUiElement[] | ||
collection | this | |
Результат | IUiElement[] |