NSIndexPath.FromRowSection(nint, nint) Méthode

Définition

Retourne un objet index-path initialisé avec les détails de ligne et de section donnés.

[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

Paramètres

row
System.System.IntPtr System.nativeint

Index de ligne dans le correspondant section d’un UITableView.

section
System.System.IntPtr System.nativeint

Index de la section dans qui UITableView contient le row.

Retours

Objet NSIndexPath ou null s’il n’a pas pu être créé.

Attributs

S’applique à