IUIAccessibilityContainerDataTable Interface

Definition

Interface representing the required methods (if any) of the protocol UIAccessibilityContainerDataTable.

[Foundation.Protocol(Name="UIAccessibilityContainerDataTable", WrapperType=typeof(UIKit.UIAccessibilityContainerDataTableWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIAccessibilityContainerDataTable : IDisposable, ObjCRuntime.INativeObject
type IUIAccessibilityContainerDataTable = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

This interface contains the required methods (if any) from the protocol defined by UIAccessibilityContainerDataTable.

If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the UIAccessibilityContainerDataTable protocol.

Optional methods (if any) are provided by the UIAccessibilityContainerDataTable_Extensions class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.

Properties

AccessibilityColumnCount

Gets the number of columns in the table.

AccessibilityRowCount

Gets the number of rows in the table.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

GetAccessibilityDataTableCellElement(nuint, nuint)

Returns a description of the row span and column span for the cell that is located at the specified and column.

Extension Methods

GetAccessibilityHeaderElementsForColumn(IUIAccessibilityContainerDataTable, nuint)

Returns a description of the row span and column span for the cell that is located at the specified and column.

GetAccessibilityHeaderElementsForRow(IUIAccessibilityContainerDataTable, nuint)

Returns an array of description of the row span and column span for the header cells for the specified column.

Applies to