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

Datei anzeigen Open project: mono/uia2atk

Public Methods

Method 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

Method 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 method

public GetFirstChild ( AutomationElement element ) : AutomationElement
element AutomationElement
return AutomationElement

GetLastChild() public method

public GetLastChild ( AutomationElement element ) : AutomationElement
element AutomationElement
return AutomationElement

GetNextSibling() public method

public GetNextSibling ( AutomationElement element ) : AutomationElement
element AutomationElement
return AutomationElement

GetParent() public method

public GetParent ( AutomationElement element ) : AutomationElement
element AutomationElement
return AutomationElement

GetPreviousSibling() public method

public GetPreviousSibling ( AutomationElement element ) : AutomationElement
element AutomationElement
return AutomationElement

TreeIterator() public method

public TreeIterator ( Condition condition ) : System
condition Condition
return System