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
中包含 UITableViewrow
的 區段索引。
傳回
物件 NSIndexPath ,如果 null
無法建立,則為 。
- 屬性