IUIAccessibilityContainer Interface
Definition
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.
Base interface for the UIAccessibilityContainer protocol.
[Foundation.Protocol(IsInformal=true, Name="UIAccessibilityContainer", WrapperType=typeof(UIKit.UIAccessibilityContainerWrapper))]
public interface IUIAccessibilityContainer : IDisposable, ObjCRuntime.INativeObject
type IUIAccessibilityContainer = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Extension Methods
AccessibilityElementCount(IUIAccessibilityContainer) |
Returns the number of elements in the accessibility container. |
GetAccessibilityContainerType(IUIAccessibilityContainer) |
Returns a value that tells whether the container is a table, or list, or etc. |
GetAccessibilityElementAt(IUIAccessibilityContainer, nint) |
Returns the element at |
GetAccessibilityElements(IUIAccessibilityContainer) |
Returns the elements in the accessibility container. |
GetIndexOfAccessibilityElement(IUIAccessibilityContainer, NSObject) |
Returns the index of |
SetAccessibilityContainerType(IUIAccessibilityContainer, UIAccessibilityContainerType) |
Sets a value that tells whether the container is a table, or list, or etc. |
SetAccessibilityElements(IUIAccessibilityContainer, NSObject) |
Assigns |