UIAccessibilityContainer_Extensions.GetAccessibilityElementAt Method
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.
Returns the element at index.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSObject GetAccessibilityElementAt(this UIKit.IUIAccessibilityContainer This, IntPtr index);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAccessibilityElementAt : UIKit.IUIAccessibilityContainer * nativeint -> Foundation.NSObject
Parameters
- index
-
IntPtr
nativeint
The index of the item to get.
Returns
- Attributes