ホーム › UI.Accessibility › IUIAutomationTreeWalker
IUIAutomationTreeWalker
COMメソッド 13
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT GetParentElement(IUIAutomationElement* element, IUIAutomationElement** parent) |
| 4 | HRESULT GetFirstChildElement(IUIAutomationElement* element, IUIAutomationElement** first) |
| 5 | HRESULT GetLastChildElement(IUIAutomationElement* element, IUIAutomationElement** last) |
| 6 | HRESULT GetNextSiblingElement(IUIAutomationElement* element, IUIAutomationElement** next) |
| 7 | HRESULT GetPreviousSiblingElement(IUIAutomationElement* element, IUIAutomationElement** previous) |
| 8 | HRESULT NormalizeElement(IUIAutomationElement* element, IUIAutomationElement** normalized) |
| 9 | HRESULT GetParentElementBuildCache(IUIAutomationElement* element, IUIAutomationCacheRequest* cacheRequest, IUIAutomationElement** parent) |
| 10 | HRESULT GetFirstChildElementBuildCache(IUIAutomationElement* element, IUIAutomationCacheRequest* cacheRequest, IUIAutomationElement** first) |
| 11 | HRESULT GetLastChildElementBuildCache(IUIAutomationElement* element, IUIAutomationCacheRequest* cacheRequest, IUIAutomationElement** last) |
| 12 | HRESULT GetNextSiblingElementBuildCache(IUIAutomationElement* element, IUIAutomationCacheRequest* cacheRequest, IUIAutomationElement** next) |
| 13 | HRESULT GetPreviousSiblingElementBuildCache(IUIAutomationElement* element, IUIAutomationCacheRequest* cacheRequest, IUIAutomationElement** previous) |
| 14 | HRESULT NormalizeElementBuildCache(IUIAutomationElement* element, IUIAutomationCacheRequest* cacheRequest, IUIAutomationElement** normalized) |
| 15 | HRESULT get_Condition(IUIAutomationCondition** condition) |