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. |
|
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 |
|
|
|
|
|
|
Retrieves a collection of Microsoft UI Automation provider representing all the row headers associated with a table item or cell.
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.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Best Practices for Using Safe Arrays
Conceptual
Reference