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


UICollectionViewController.NumberOfSections(UICollectionView) Метод

Определение

Количество разделов в UICollectionView.

[Foundation.Export("numberOfSectionsInCollectionView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint NumberOfSections (UIKit.UICollectionView collectionView);
abstract member NumberOfSections : UIKit.UICollectionView -> nint
override this.NumberOfSections : UIKit.UICollectionView -> nint

Параметры

collectionView
UICollectionView

Представление коллекции, управляемое этим контроллером представления.

Возвращаемое значение

System.System.IntPtr System.nativeint

Число разделов в виде int.

Атрибуты

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