IUIAccessibilityContainer.GetAccessibilityElementAt(IntPtr) 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.
[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