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 属性。

适用于