NSIndexPath.Section 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
(唯讀) 內的 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 屬性。