C# 클래스 System.Windows.Automation.TreeWalker.TreeIterator

파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
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