Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 3.03 KB

nn-uiautomationcore-itableprovider.md

File metadata and controls

70 lines (57 loc) · 3.03 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
NN:uiautomationcore.ITableProvider
ITableProvider (uiautomationcore.h)
Provides access to controls that act as containers for a collection of child elements.
ITableProvider
ITableProvider interface [Windows Accessibility]
ITableProvider interface [Windows Accessibility]
described
uiauto.uiauto_ITableProvider
uiauto_ITableProvider
uiautomationcore/ITableProvider
winauto.uiauto_ITableProvider
winauto\uiauto_ITableProvider.htm
WinAuto
ae6be8be-78ea-4843-924f-2dc5d5286da2
12/05/2018
ITableProvider, ITableProvider interface [Windows Accessibility], ITableProvider interface [Windows Accessibility],described, uiauto.uiauto_ITableProvider, uiauto_ITableProvider, uiautomationcore/ITableProvider, winauto.uiauto_ITableProvider
uiautomationcore.h
UIAutomation.h
Windows
Windows XP [desktop apps \| UWP apps]
Windows Server 2003 [desktop apps \| UWP apps]
UIAutomationCore.idl
UIAutomationCore.dll
Windows
19H1
ITableProvider
uiautomationcore/ITableProvider
c++
APIRef
kbSyntax
COM
UIAutomationCore.dll
ITableProvider

ITableProvider interface

-description

Provides access to controls that act as containers for a collection of child elements. The children of this element must implement ITableItemProvider and be organized in a two-dimensional logical coordinate system that can be traversed by using the keyboard.

-inheritance

The ITableProvider interface inherits from the IUnknown interface. ITableProvider also has these types of members:

-remarks

This control pattern is analogous to IGridProvider with the distinction that any control that implements ITableProvider must also expose a column and/or row header relationship for each child element.

Controls that implement ITableProvider are also required to implement IGridProvider so as to expose the inherent grid functionality of a table control.

Implemented on a UI Automation provider that must support the Table control pattern and Grid control pattern.

-see-also

UI Automation Providers Overview