Share via


IUIDataSourceTranslating.GetPresentationIndexPath(NSIndexPath) Method

Definition

[Foundation.Export("presentationIndexPathForDataSourceIndexPath:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSIndexPath? GetPresentationIndexPath(Foundation.NSIndexPath? dataSourceIndexPath);
[<Foundation.Export("presentationIndexPathForDataSourceIndexPath:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPresentationIndexPath : Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.GetPresentationIndexPath : Foundation.NSIndexPath -> Foundation.NSIndexPath

Parameters

dataSourceIndexPath
NSIndexPath

Returns

Attributes

Applies to