ITableProvider Interface
.NET Framework 3.0
Exposes methods and properties to support UI Automation client 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 (that is, a UI Automation client can move to adjacent controls) by using the keyboard.
Namespace: System.Windows.Automation.Provider
Assembly: UIAutomationProvider (in uiautomationprovider.dll)
System.Windows.Automation.Provider Namespace
TablePattern
GridPattern
Server-side UI Automation Provider Implementation
Client-side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation Table Control Pattern
Implementing the UI Automation Grid Control Pattern
Expose the Content of a Table Using UI Automation
Assembly: UIAutomationProvider (in uiautomationprovider.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] [ComVisibleAttribute(true)] [GuidAttribute("9c860395-97b3-490a-b52a-858cc22af166")] public interface ITableProvider : IGridProvider
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("9c860395-97b3-490a-b52a-858cc22af166") */
public interface ITableProvider extends IGridProvider
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) ComVisibleAttribute(true) GuidAttribute("9c860395-97b3-490a-b52a-858cc22af166") public interface ITableProvider extends IGridProvider
Not applicable.
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 TablePattern and GridPatterncontrol patterns.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
ITableProvider MembersSystem.Windows.Automation.Provider Namespace
TablePattern
GridPattern
Other Resources
UI Automation Control Patterns OverviewServer-side UI Automation Provider Implementation
Client-side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation Table Control Pattern
Implementing the UI Automation Grid Control Pattern
Expose the Content of a Table Using UI Automation
Community Additions
ADD
Show: