次の方法で共有


NSIndexPath.FromRowSection(nint, nint) メソッド

定義

指定された行とセクションの詳細で初期化されたインデックス パス オブジェクトを返します。

[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できなかった場合は 。

属性

適用対象