C# Класс Automation.UI.Util.SearchEngines

Supported search engines.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Default Automation.UI.Tree.SearchEngine
TreeWalker Automation.UI.Tree.SearchEngine

Описание свойств

Default публичное статическое свойство

The default search engine. Uses UI Automation's in-built search methods (i.e. FindFirst and FindAll).
public static SearchEngine,Automation.UI.Tree Default
Результат Automation.UI.Tree.SearchEngine

TreeWalker публичное статическое свойство

A tree walker search engine. Uses a tree walker to walk the automation tree to find an element. Significantly slower than the default search engine and should be used only for matching partially on strings.
public static SearchEngine,Automation.UI.Tree TreeWalker
Результат Automation.UI.Tree.SearchEngine