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


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

Определение

Создает NSIndexPath на основе заданных значений элемента и раздела.

[Foundation.Export("indexPathForItem:inSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromItemSection (nint item, nint section);
static member FromItemSection : nint * nint -> Foundation.NSIndexPath

Параметры

item
System.System.IntPtr System.nativeint

Значение элемента.

section
System.System.IntPtr System.nativeint

Значение раздела.

Возвращаемое значение

Новый экземпляр NSIndexPath.

Атрибуты

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