C# 클래스 VisualUIAVerify.Features.ElementHighlighterFactory

this class implements AbstractFactory design pattern
파일 보기 프로젝트 열기: TestStack/UIAVerify

공개 메소드들

메소드 설명
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