C# 클래스 VisualUIAVerify.Controls.TreeHelper

파일 보기 프로젝트 열기: TestStack/UIAVerify

공개 메소드들

메소드 설명
CreateNodeForAutomationElement ( AutomationElement element, AutomationElementTreeControl parentControl ) : TreeNode

Creates TreeNode for the AutomationElement

GetAutomationElementTreeNodeText ( AutomationElement element ) : string

creates name for AutomationElement

GetNodeElement ( TreeNode node ) : AutomationElement

Returns AutomationElement for TreeNode

메소드 상세

CreateNodeForAutomationElement() 공개 정적인 메소드

Creates TreeNode for the AutomationElement
public static CreateNodeForAutomationElement ( AutomationElement element, AutomationElementTreeControl parentControl ) : TreeNode
element System.Windows.Automation.AutomationElement
parentControl AutomationElementTreeControl
리턴 System.Windows.Forms.TreeNode

GetAutomationElementTreeNodeText() 공개 정적인 메소드

creates name for AutomationElement
public static GetAutomationElementTreeNodeText ( AutomationElement element ) : string
element System.Windows.Automation.AutomationElement
리턴 string

GetNodeElement() 공개 정적인 메소드

Returns AutomationElement for TreeNode
public static GetNodeElement ( TreeNode node ) : AutomationElement
node System.Windows.Forms.TreeNode
리턴 System.Windows.Automation.AutomationElement