C# Класс System.Windows.Automation.TreeWalker.TreeIterator

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFirstChild ( AutomationElement element ) : AutomationElement
GetLastChild ( AutomationElement element ) : AutomationElement
GetNextSibling ( AutomationElement element ) : AutomationElement
GetParent ( AutomationElement element ) : AutomationElement
GetPreviousSibling ( AutomationElement element ) : AutomationElement
TreeIterator ( Condition condition ) : System

Приватные методы

Метод Описание
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

Описание методов

GetFirstChild() публичный Метод

public GetFirstChild ( AutomationElement element ) : AutomationElement
element AutomationElement
Результат AutomationElement

GetLastChild() публичный Метод

public GetLastChild ( AutomationElement element ) : AutomationElement
element AutomationElement
Результат AutomationElement

GetNextSibling() публичный Метод

public GetNextSibling ( AutomationElement element ) : AutomationElement
element AutomationElement
Результат AutomationElement

GetParent() публичный Метод

public GetParent ( AutomationElement element ) : AutomationElement
element AutomationElement
Результат AutomationElement

GetPreviousSibling() публичный Метод

public GetPreviousSibling ( AutomationElement element ) : AutomationElement
element AutomationElement
Результат AutomationElement

TreeIterator() публичный Метод

public TreeIterator ( Condition condition ) : System
condition Condition
Результат System