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