Property | Type | Description | |
---|---|---|---|
ContentViewWalker | |||
ControlViewWalker | |||
RawViewWalker |
Method | Description | |
---|---|---|
GetFirstChild ( |
||
GetFirstChild ( |
||
GetLastChild ( |
||
GetLastChild ( |
||
GetNextSibling ( |
||
GetNextSibling ( |
||
GetParent ( |
||
GetParent ( |
||
GetPreviousSibling ( |
||
GetPreviousSibling ( |
||
Normalize ( |
||
Normalize ( |
||
TreeWalker ( Condition condition ) : System |
Method | Description | |
---|---|---|
TreeWalker ( UIAutomationClient obj ) : System | ||
Wrap ( UIAutomationClient obj ) : |
public GetFirstChild ( |
||
element | ||
return |
public GetFirstChild ( |
||
element | ||
request | ||
return |
public GetLastChild ( |
||
element | ||
return |
public GetLastChild ( |
||
element | ||
request | ||
return |
public GetNextSibling ( |
||
element | ||
return |
public GetNextSibling ( |
||
element | ||
request | ||
return |
public GetParent ( |
||
element | ||
return |
public GetParent ( |
||
element | ||
request | ||
return |
public GetPreviousSibling ( |
||
element | ||
return |
public GetPreviousSibling ( |
||
element | ||
request | ||
return |
public Normalize ( |
||
element | ||
return |
public Normalize ( |
||
element | ||
request | ||
return |
public TreeWalker ( Condition condition ) : System | ||
condition | Condition | |
return | System |
public static TreeWalker,System.Windows.Automation ContentViewWalker | ||
return |
public static TreeWalker,System.Windows.Automation ControlViewWalker | ||
return |