Share via


UICollectionView.GetPresentationIndexPath(NSIndexPath) 方法

定义

[Foundation.Export("presentationIndexPathForDataSourceIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath GetPresentationIndexPath (Foundation.NSIndexPath dataSourceIndexPath);
abstract member GetPresentationIndexPath : Foundation.NSIndexPath -> Foundation.NSIndexPath
override this.GetPresentationIndexPath : Foundation.NSIndexPath -> Foundation.NSIndexPath

参数

dataSourceIndexPath
NSIndexPath

返回

实现

属性

适用于