C# Class VisualUIAVerify.Controls.TreeHelper

Afficher le fichier Open project: TestStack/UIAVerify

Méthodes publiques

Méthode Description
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

Method Details

CreateNodeForAutomationElement() public static méthode

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

GetAutomationElementTreeNodeText() public static méthode

creates name for AutomationElement
public static GetAutomationElementTreeNodeText ( AutomationElement element ) : string
element System.Windows.Automation.AutomationElement
Résultat string

GetNodeElement() public static méthode

Returns AutomationElement for TreeNode
public static GetNodeElement ( TreeNode node ) : AutomationElement
node System.Windows.Forms.TreeNode
Résultat System.Windows.Automation.AutomationElement