Свойство | Type | Description | |
---|---|---|---|
AutomationElement | |||
AutomationElementTreeControl |
Свойство | Type | Description | |
---|---|---|---|
AddChildrenNodesToTreeNode | void | ||
AddChildrenNodesToTreeNodeInternal | void | ||
AutomationElementTreeNode | System | ||
CreateChildrenNodes | void | ||
CreateTreeNodeForAutomationElement | |||
FindChildNodeForAutomationElementInternal | |||
FindOrInsertChildElement | |||
InsertChildNode | void | ||
SetTreeNodeImageIndex | void |
Méthode | Description | |
---|---|---|
EnsureChildrenNodesPopulated ( ) : void |
This methid Ensures that children nodes of this nodes are populated
|
|
EnsureChildrenNodesPopulated ( bool Asynchronous ) : void |
This methid Ensures that children nodes of this nodes are populated
|
|
FindChildNodeForAutomationElement ( |
this method will find AutomatinElementTreeNode for automationElement in children collection
|
|
RefreshChildrenNodes ( ) : void |
This method will refresh children nodes
|
Méthode | Description | |
---|---|---|
AddChildrenNodesToTreeNode ( ICollection |
||
AddChildrenNodesToTreeNodeInternal ( ICollection |
This method adds child nodes to this.TreeNode. This can run only on UIThread!
|
|
AutomationElementTreeNode ( |
||
CreateChildrenNodes ( bool beAwareOfExisting ) : void |
This method creates children nodes.
|
|
CreateTreeNodeForAutomationElement ( |
This is only a helper function to create TreeNode to AutomationElement.
|
|
FindChildNodeForAutomationElementInternal ( |
||
FindOrInsertChildElement ( |
This method will insert currentTestTypeRootNode for automationElement between child nodes of this currentTestTypeRootNode. If there is existing currentTestTypeRootNode for the automationElement in children collection then return existing currentTestTypeRootNode.
|
|
InsertChildNode ( |
This method will insert currentTestTypeRootNode between child nodes of this currentTestTypeRootNode
|
|
SetTreeNodeImageIndex ( ) : void |
this method sets image index for this currentTestTypeRootNode
|
public EnsureChildrenNodesPopulated ( ) : void | ||
Résultat | void |
public EnsureChildrenNodesPopulated ( bool Asynchronous ) : void | ||
Asynchronous | bool | If true then creating of children will be performed on another thread. |
Résultat | void |
public FindChildNodeForAutomationElement ( |
||
automationElement | ||
Résultat |
public AutomationElement,System.Windows.Automation AutomationElement | ||
Résultat |