C# Класс VisualUIAVerify.Features.ElementHighlighterFactory

this class implements AbstractFactory design pattern
Показать файл Открыть проект

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

Метод Описание
CreateHighlighterById ( string id, AutomationElementTreeControl treeControl ) : ElementHighlighter

creates appropriate ElementHighLighter according to the id

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

CreateHighlighterById() публичный статический Метод

creates appropriate ElementHighLighter according to the id
public static CreateHighlighterById ( string id, AutomationElementTreeControl treeControl ) : ElementHighlighter
id string
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
Результат ElementHighlighter