Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 3.04 KB

nf-uiautomationclient-iuiautomationelement7-findfirstwithoptions.md

File metadata and controls

83 lines (64 loc) · 3.04 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.IUIAutomationElement7.FindFirstWithOptions
IUIAutomationElement7::FindFirstWithOptions (uiautomationclient.h)
Finds the first matching element in the specified order.
FindFirstWithOptions
FindFirstWithOptions method [Windows Accessibility]
FindFirstWithOptions method [Windows Accessibility]
IUIAutomationElement7 interface
IUIAutomationElement7 interface [Windows Accessibility]
FindFirstWithOptions method
IUIAutomationElement7.FindFirstWithOptions
IUIAutomationElement7::FindFirstWithOptions
uiautomationclient/IUIAutomationElement7::FindFirstWithOptions
winauto.uiauto_IUIAutomationElement7_FindFirstWithOptions
winauto.uiauto_iuiautomationelement_findfirstwithoptions
winauto\uiauto_IUIAutomationElement7_FindFirstWithOptions.htm
WinAuto
D6A872E7-290D-45E7-B4FD-7201A4E990A2
12/05/2018
FindFirstWithOptions, FindFirstWithOptions method [Windows Accessibility], FindFirstWithOptions method [Windows Accessibility],IUIAutomationElement7 interface, IUIAutomationElement7 interface [Windows Accessibility],FindFirstWithOptions method, IUIAutomationElement7.FindFirstWithOptions, IUIAutomationElement7::FindFirstWithOptions, uiautomationclient/IUIAutomationElement7::FindFirstWithOptions, winauto.uiauto_IUIAutomationElement7_FindFirstWithOptions, winauto.uiauto_iuiautomationelement_findfirstwithoptions
uiautomationclient.h
UIAutomation.h
Windows
Windows 10, version 1703 [desktop apps only]
Windows Server 2016 [desktop apps only]
UIAutomationClient.idl
UIAutomationCore.dll
Windows
19H1
IUIAutomationElement7::FindFirstWithOptions
uiautomationclient/IUIAutomationElement7::FindFirstWithOptions
c++
APIRef
kbSyntax
COM
UIAutomationCore.dll
IUIAutomationElement7.FindFirstWithOptions

IUIAutomationElement7::FindFirstWithOptions

-description

Finds the first matching element in the specified order.

-parameters

-param unnamedParam1 [in]

A combination of values specifying the scope of the search.

-param condition [in]

A pointer to a condition that represents the criteria to match.

-param unnamedParam3

Enumeration value specifying the tree navigation order.

-param root [in, optional]

A pointer to the element with which to begin the search.

-param found [out, retval]

Receives a pointer to the element. NULL is returned if no matching element is found.

-returns

Returns S_OK if successful, otherwise an HRESULT error code.

-see-also

IUIAutomationElement7