Поделиться через


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 свойство .

Применяется к