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
}
.NET | 6.07.08.09.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. |