Skip to content

Latest commit

 

History

History
97 lines (70 loc) · 4.17 KB

nf-uiautomationclient-iuiautomationtextrange-findattribute.md

File metadata and controls

97 lines (70 loc) · 4.17 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.IUIAutomationTextRange.FindAttribute
IUIAutomationTextRange::FindAttribute (uiautomationclient.h)
Retrieves a text range subset that has the specified text attribute value.
FindAttribute
FindAttribute method [Windows Accessibility]
FindAttribute method [Windows Accessibility]
IUIAutomationTextRange interface
IUIAutomationTextRange interface [Windows Accessibility]
FindAttribute method
IUIAutomationTextRange.FindAttribute
IUIAutomationTextRange::FindAttribute
uiauto.uiauto_IUIAutomationTextRange_FindAttribute
uiauto_IUIAutomationTextRange_FindAttribute
uiautomationclient/IUIAutomationTextRange::FindAttribute
winauto.uiauto_IUIAutomationTextRange_FindAttribute
winauto\uiauto_IUIAutomationTextRange_FindAttribute.htm
WinAuto
12722d22-79ca-4390-8155-61234b821256
12/05/2018
FindAttribute, FindAttribute method [Windows Accessibility], FindAttribute method [Windows Accessibility],IUIAutomationTextRange interface, IUIAutomationTextRange interface [Windows Accessibility],FindAttribute method, IUIAutomationTextRange.FindAttribute, IUIAutomationTextRange::FindAttribute, uiauto.uiauto_IUIAutomationTextRange_FindAttribute, uiauto_IUIAutomationTextRange_FindAttribute, uiautomationclient/IUIAutomationTextRange::FindAttribute, winauto.uiauto_IUIAutomationTextRange_FindAttribute
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
IUIAutomationTextRange::FindAttribute
uiautomationclient/IUIAutomationTextRange::FindAttribute
c++
APIRef
kbSyntax
COM
UIAutomationClient.h
IUIAutomationTextRange.FindAttribute

IUIAutomationTextRange::FindAttribute

-description

Retrieves a text range subset that has the specified text attribute value.

-parameters

-param attr [in]

Type: TEXTATTRIBUTEID

The identifier of the text attribute for the text range subset being retrieved. For a list of text attribute IDs, see Text Attribute Identifiers.

-param val [in]

Type: VARIANT

The value of the attribute. This value must match the type specified for the attribute.

-param backward [in]

Type: BOOL

TRUE if the last occurring text range should be returned instead of the first; otherwise FALSE.

-param found [out, retval]

Type: IUIAutomationTextRange**

Receives a pointer to the text range having a matching attribute and attribute value; otherwise NULL.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

The FindAttribute method retrieves matching text regardless of whether the text is hidden or visible. Use UIA_IsHiddenAttributeId to check text visibility.

-see-also

IUIAutomationTextRange

UI Automation Support for Textual Content