ITableItemProvider Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Exposes methods and properties to support UI automation client access to child controls of containers that implement ITableProvider.

Namespace:  System.Windows.Automation.Provider
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Interface ITableItemProvider _
    Inherits IGridItemProvider
public interface ITableItemProvider : IGridItemProvider

The ITableItemProvider type exposes the following members.

Properties

  Name Description
Column Gets the ordinal number of the column that contains the cell or item. (Inherited from IGridItemProvider.)
ColumnSpan Gets the number of columns that are spanned by a cell or item. (Inherited from IGridItemProvider.)
ContainingGrid Gets a UI automation provider that implements IGridProvider and that represents the container of the cell or item. (Inherited from IGridItemProvider.)
Row Gets the ordinal number of the row that contains the cell or item. (Inherited from IGridItemProvider.)
RowSpan Gets the number of rows spanned by a cell or item. (Inherited from IGridItemProvider.)

Top

Methods

  Name Description
GetColumnHeaderItems Retrieves an array of UI automation providers representing all the column headers associated with a table item or cell.
GetRowHeaderItems Retrieves an array of UI automation providers representing all the row headers associated with a table item or cell.

Top

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Automation.Provider Namespace