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
.
public static Foundation.NSObject GetAccessibilityElementAt (this UIKit.IUIAccessibilityContainer This, nint index);
static member GetAccessibilityElementAt : UIKit.IUIAccessibilityContainer * nint -> Foundation.NSObject
Parameters
The instance on which this method operates.
- index
- System.System.IntPtr System.nativeint
The index of the item to get.