NSIndexPath.FromRowSection(nint, nint) 方法

定义

返回使用给定行和节详细信息初始化的索引路径对象。

[Foundation.Export("indexPathForRow:inSection:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromRowSection (nint row, nint section);
static member FromRowSection : nint * nint -> Foundation.NSIndexPath

参数

row
System.System.IntPtr System.nativeint

的对应 sectionUITableView中的行索引。

section
System.System.IntPtr System.nativeint

中包含 的 节 UITableViewrow索引。

返回

一个 NSIndexPath 对象,如果 null 无法创建,则为 。

属性

适用于