Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ITableItemProvider Interface

Definition

Namespace:
System.Windows.Automation.Provider
Assembly:
UIAutomationProvider.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public interface class ITableItemProvider : System::Windows::Automation::Provider::IGridItemProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("b9734fa6-771f-4d78-9c90-2517999349cd")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITableItemProvider : System.Windows.Automation.Provider.IGridItemProvider
public interface ITableItemProvider : System.Windows.Automation.Provider.IGridItemProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("b9734fa6-771f-4d78-9c90-2517999349cd")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITableItemProvider = interface
 interface IGridItemProvider
type ITableItemProvider = interface
 interface IGridItemProvider
Public Interface ITableItemProvider
Implements IGridItemProvider
Derived
Attributes
Implements

Remarks

This control pattern is analogous to IGridItemProvider with the distinction that any control implementing ITableItemProvider must expose the relationship between the individual cell and its row and column information.

Access to individual cell functionality is provided by the concurrent implementation of IGridItemProvider.

Implemented on a UI Automation provider that must support the TableItemPattern control pattern.

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 spanned by a cell or item.

(Inherited from IGridItemProvider)
ContainingGrid

Gets a UI Automation provider that implements IGridProvider and 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)

Methods

Name Description
GetColumnHeaderItems()

Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.

GetRowHeaderItems()

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

Applies to

See also


Feedback

Was this page helpful?