Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 3.42 KB

nf-uiautomationcore-itableitemprovider-getrowheaderitems.md

File metadata and controls

89 lines (64 loc) · 3.42 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:uiautomationcore.ITableItemProvider.GetRowHeaderItems
ITableItemProvider::GetRowHeaderItems (uiautomationcore.h)
Retrieves a collection of Microsoft UI Automation provider representing all the row headers associated with a table item or cell.
GetRowHeaderItems
GetRowHeaderItems method [Windows Accessibility]
GetRowHeaderItems method [Windows Accessibility]
ITableItemProvider interface
ITableItemProvider interface [Windows Accessibility]
GetRowHeaderItems method
ITableItemProvider.GetRowHeaderItems
ITableItemProvider::GetRowHeaderItems
uiauto.uiauto_ITableItemProvider_GetRowHeaderItems
uiauto_ITableItemProvider_GetRowHeaderItems
uiautomationcore/ITableItemProvider::GetRowHeaderItems
winauto.uiauto_ITableItemProvider_GetRowHeaderItems
winauto\uiauto_ITableItemProvider_GetRowHeaderItems.htm
WinAuto
02717f9a-93dd-4963-bbc7-a1eb257bf5e5
12/05/2018
GetRowHeaderItems, GetRowHeaderItems method [Windows Accessibility], GetRowHeaderItems method [Windows Accessibility],ITableItemProvider interface, ITableItemProvider interface [Windows Accessibility],GetRowHeaderItems method, ITableItemProvider.GetRowHeaderItems, ITableItemProvider::GetRowHeaderItems, uiauto.uiauto_ITableItemProvider_GetRowHeaderItems, uiauto_ITableItemProvider_GetRowHeaderItems, uiautomationcore/ITableItemProvider::GetRowHeaderItems, winauto.uiauto_ITableItemProvider_GetRowHeaderItems
uiautomationcore.h
UIAutomation.h
Windows
Windows XP [desktop apps \| UWP apps]
Windows Server 2003 [desktop apps \| UWP apps]
UIAutomationCore.idl
Windows
19H1
ITableItemProvider::GetRowHeaderItems
uiautomationcore/ITableItemProvider::GetRowHeaderItems
c++
APIRef
kbSyntax
COM
UIAutomationCore.h
ITableItemProvider.GetRowHeaderItems

ITableItemProvider::GetRowHeaderItems

-description

Retrieves a collection of Microsoft UI Automation provider representing all the row headers associated with a table item or cell.

-parameters

-param pRetVal [out, retval]

Type: SAFEARRAY**

Receives a pointer to a SAFEARRAY that contains an array of pointers to the IRawElementProviderSimple interfaces of the row headers. This parameter is passed uninitialized.

-returns

Type: HRESULT

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

-see-also

Best Practices for Using Safe Arrays

Conceptual

ITableItemProvider

Reference

UI Automation Providers Overview