NSIndexPath.FromRowSection(nint, nint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された行とセクションの詳細で初期化されたインデックス パス オブジェクトを返します。
[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
できなかった場合は 。
- 属性