C# Class VisualUIAVerify.Features.ElementHighlighterFactory

this class implements AbstractFactory design pattern
Afficher le fichier Open project: TestStack/UIAVerify

Méthodes publiques

Méthode Description
CreateHighlighterById ( string id, AutomationElementTreeControl treeControl ) : ElementHighlighter

creates appropriate ElementHighLighter according to the id

Method Details

CreateHighlighterById() public static méthode

creates appropriate ElementHighLighter according to the id
public static CreateHighlighterById ( string id, AutomationElementTreeControl treeControl ) : ElementHighlighter
id string
treeControl VisualUIAVerify.Controls.AutomationElementTreeControl
Résultat ElementHighlighter