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