NSIndexPath.FromRowSection(nint, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回使用给定行和节详细信息初始化的索引路径对象。
[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
的对应 section
UITableView中的行索引。
- section
- System.System.IntPtr System.nativeint
中包含 的 节 UITableView 的 row
索引。
返回
一个 NSIndexPath 对象,如果 null
无法创建,则为 。
- 属性