Skip to content

Latest commit

 

History

History
67 lines (57 loc) · 4.82 KB

nf-uiautomationclient-iuiautomationcacherequest-put_automationelementmode.md

File metadata and controls

67 lines (57 loc) · 4.82 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiautomationclient.IUIAutomationCacheRequest.put_AutomationElementMode
IUIAutomationCacheRequest::put_AutomationElementMode (uiautomationclient.h)
Indicates whether returned elements contain full references to the underlying UI, or only cached information. (Put)
AutomationElementMode property [Windows Accessibility]
AutomationElementMode property [Windows Accessibility]
IUIAutomationCacheRequest interface
IUIAutomationCacheRequest interface [Windows Accessibility]
AutomationElementMode property
IUIAutomationCacheRequest.AutomationElementMode
IUIAutomationCacheRequest.put_AutomationElementMode
IUIAutomationCacheRequest::AutomationElementMode
IUIAutomationCacheRequest::get_AutomationElementMode
IUIAutomationCacheRequest::put_AutomationElementMode
put_AutomationElementMode
uiauto.uiauto_IUIAutomationCacheRequest_AutomationElementMode
uiauto_IUIAutomationCacheRequest_AutomationElementMode
uiautomationclient/IUIAutomationCacheRequest::AutomationElementMode
uiautomationclient/IUIAutomationCacheRequest::get_AutomationElementMode
uiautomationclient/IUIAutomationCacheRequest::put_AutomationElementMode
winauto.uiauto_IUIAutomationCacheRequest_AutomationElementMode
winauto\uiauto_IUIAutomationCacheRequest_AutomationElementMode.htm
WinAuto
dd4c6407-d14e-4e67-9681-1f90741da38e
12/05/2018
AutomationElementMode property [Windows Accessibility], AutomationElementMode property [Windows Accessibility],IUIAutomationCacheRequest interface, IUIAutomationCacheRequest interface [Windows Accessibility],AutomationElementMode property, IUIAutomationCacheRequest.AutomationElementMode, IUIAutomationCacheRequest.put_AutomationElementMode, IUIAutomationCacheRequest::AutomationElementMode, IUIAutomationCacheRequest::get_AutomationElementMode, IUIAutomationCacheRequest::put_AutomationElementMode, put_AutomationElementMode, uiauto.uiauto_IUIAutomationCacheRequest_AutomationElementMode, uiauto_IUIAutomationCacheRequest_AutomationElementMode, uiautomationclient/IUIAutomationCacheRequest::AutomationElementMode, uiautomationclient/IUIAutomationCacheRequest::get_AutomationElementMode, uiautomationclient/IUIAutomationCacheRequest::put_AutomationElementMode, winauto.uiauto_IUIAutomationCacheRequest_AutomationElementMode
uiautomationclient.h
UIAutomation.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
UIAutomationClient.idl
Windows
19H1
IUIAutomationCacheRequest::put_AutomationElementMode
uiautomationclient/IUIAutomationCacheRequest::put_AutomationElementMode
c++
APIRef
kbSyntax
COM
UIAutomationClient.h
IUIAutomationCacheRequest.AutomationElementMode
IUIAutomationCacheRequest.get_AutomationElementMode
IUIAutomationCacheRequest.put_AutomationElementMode

IUIAutomationCacheRequest::put_AutomationElementMode

-description

Indicates whether returned elements contain full references to the underlying UI, or only cached information.

This property is read/write.

-parameters

-remarks

AutomationElementMode_Full is the default value, and specifies that returned elements contain a full reference to the underlying UI. AutomationElementMode_None specifies that the returned elements have no reference to the underlying UI, and contain only cached information.

Certain operations on elements, including GetCurrentPropertyValue, and SetFocus, require a full reference; attempting to perform these on an element that has none results in an error.

Using AutomationElementMode_None can be more efficient when only properties are needed, as it avoids the overhead involved in setting up full references.