C# Class System.Windows.Automation.TreeWalker.TreeIterator

Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
GetFirstChild ( AutomationElement element ) : AutomationElement
GetLastChild ( AutomationElement element ) : AutomationElement
GetNextSibling ( AutomationElement element ) : AutomationElement
GetParent ( AutomationElement element ) : AutomationElement
GetPreviousSibling ( AutomationElement element ) : AutomationElement
TreeIterator ( Condition condition ) : System

Private Methods

Méthode Description
AddMarkedElement ( AutomationElement element ) : void
GetFirstChild ( AutomationElement element, AutomationElement afterThisChild ) : AutomationElement

Iterate to the first matching child of an element *after* the specified child.

GetFirstDirectChild ( AutomationElement element ) : AutomationElement
GetLastChild ( AutomationElement element, AutomationElement beforeThisChild ) : AutomationElement

Iterate to the last matching child of an element *before* the specified child.

GetLastDirectChild ( AutomationElement element ) : AutomationElement
GetNextDirectSibling ( AutomationElement element ) : AutomationElement
GetPreviousDirectSibling ( AutomationElement element ) : AutomationElement

Method Details

GetFirstChild() public méthode

public GetFirstChild ( AutomationElement element ) : AutomationElement
element AutomationElement
Résultat AutomationElement

GetLastChild() public méthode

public GetLastChild ( AutomationElement element ) : AutomationElement
element AutomationElement
Résultat AutomationElement

GetNextSibling() public méthode

public GetNextSibling ( AutomationElement element ) : AutomationElement
element AutomationElement
Résultat AutomationElement

GetParent() public méthode

public GetParent ( AutomationElement element ) : AutomationElement
element AutomationElement
Résultat AutomationElement

GetPreviousSibling() public méthode

public GetPreviousSibling ( AutomationElement element ) : AutomationElement
element AutomationElement
Résultat AutomationElement

TreeIterator() public méthode

public TreeIterator ( Condition condition ) : System
condition Condition
Résultat System