C# 클래스 Automation.UI.Util.SearchEngines

Supported search engines.
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 프로퍼티들

프로퍼티 타입 설명
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