共用方式為


NSIndexPath.Section 屬性

定義

(唯讀) 內的 UITableView 區段索引。

public virtual nint Section { get; }
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint Section { [Foundation.Export("section")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Section : nint

屬性值

System.System.IntPtr System.nativeint
屬性

備註

本節包含 Row 這個 物件所參考的 。

在 64 位平臺上,值會從 64 位整數截斷為 32 位整數。   若要避免這種情況,請使用 LongSection 屬性。

適用於