Freigeben über


NSIndexPath.FromItemSection(nint, nint) Methode

Definition

Erstellt einen NSIndexPath aus den angegebenen Element- und Abschnittswerten.

[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

Parameter

item
System.System.IntPtr System.nativeint

Elementwert.

section
System.System.IntPtr System.nativeint

Abschnittswert.

Gibt zurück

Neue Instanz von NSIndexPath.

Attribute

Gilt für: