xamarinios
namespace UIKit
{
    [Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "UIAccessibilityContainerDataTable", WrapperType = typeof(UIAccessibilityContainerDataTableWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityDataTableCellElement", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(nuint), typeof(nuint) }, ReturnType = typeof(IUIAccessibilityContainerDataTableCell), Selector = "accessibilityDataTableCellElementForRow:column:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityHeaderElementsForRow", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nuint) }, ReturnType = typeof(IUIAccessibilityContainerDataTableCell[]), Selector = "accessibilityHeaderElementsForRow:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityHeaderElementsForColumn", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nuint) }, ReturnType = typeof(IUIAccessibilityContainerDataTableCell[]), Selector = "accessibilityHeaderElementsForColumn:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "accessibilityRowCount", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AccessibilityRowCount", PropertyType = typeof(nuint), Selector = "accessibilityRowCount")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "accessibilityColumnCount", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AccessibilityColumnCount", PropertyType = typeof(nuint), Selector = "accessibilityColumnCount")]
    public interface IUIAccessibilityContainerDataTable : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("accessibilityDataTableCellElementForRow:column:")]
        [Preserve(Conditional = true)]
        IUIAccessibilityContainerDataTableCell? GetAccessibilityDataTableCellElement(nuint row, nuint column);
    }
}
Xamarin iOS 0.0
Xamarin tvOS 0.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/18/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙