Поделиться через


NSIndexPath.FromRowSection(nint, nint) Метод

Определение

Возвращает объект index-path, инициализированный с заданными сведениями о строке и разделе.

[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 значение , если его не удалось создать.

Атрибуты

Применяется к