NSIndexPath.IndexAtPosition(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.
Return the index at the given position in the index-path.
[Foundation.Export("indexAtPosition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr IndexAtPosition(IntPtr position);
[<Foundation.Export("indexAtPosition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IndexAtPosition : nativeint -> unativeint
override this.IndexAtPosition : nativeint -> unativeint
Parameters
- position
-
IntPtr
nativeint
Position of index to return.
Returns
UIntPtr
unativeint
- Attributes