Share via


IUIAccessibilityContainer.GetAccessibilityElementAt(IntPtr) Method

Definition

Returns the element at index.

[Foundation.Export("accessibilityElementAtIndex:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject GetAccessibilityElementAt(IntPtr index);
[<Foundation.Export("accessibilityElementAtIndex:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAccessibilityElementAt : nativeint -> Foundation.NSObject
override this.GetAccessibilityElementAt : nativeint -> Foundation.NSObject

Parameters

index
IntPtr

nativeint

The index of the item to get.

Returns

Attributes

Applies to