C# Класс UIAutomation.WindowSearcher

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

Private Properties

Свойство Тип Описание
FilterResultCollectionByWithControlParameter void
GetWindowCollectionByName List
GetWindowCollectionByPid List
GetWindowCollectionByProcessName List
GetWindowCollectionFromProcess List
GetWindowCollectionViaWin32 List
ReturnOnlyRightElements List

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

Метод Описание
AfterSearchHook ( ) : void
BeforeSearchHook ( ) : void
OnFailureHook ( ) : void
OnStartHook ( ) : void
OnSuccessHook ( ) : void
SearchForElements ( SearcherTemplateData searchData ) : List

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

Метод Описание
FilterResultCollectionByWithControlParameter ( ) : void
GetWindowCollectionByName ( IUiElement rootElement, WindowSearcherData data ) : List
GetWindowCollectionByPid ( IUiElement rootElement, WindowSearcherData data ) : List
GetWindowCollectionByProcessName ( WindowSearcherData data ) : List
GetWindowCollectionFromProcess ( WindowSearcherData data ) : List
GetWindowCollectionViaWin32 ( WindowSearcherData data ) : List
ReturnOnlyRightElements ( IEnumerable inputCollection, SearcherTemplateData searcherData, bool caseSensitive, bool viaWildcardOrRegex ) : List

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

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

public AfterSearchHook ( ) : void
Результат void

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

public BeforeSearchHook ( ) : void
Результат void

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

public OnFailureHook ( ) : void
Результат void

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

public OnStartHook ( ) : void
Результат void

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

public OnSuccessHook ( ) : void
Результат void

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

public SearchForElements ( SearcherTemplateData searchData ) : List
searchData SearcherTemplateData
Результат List