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


UICollectionViewSource.NumberOfSections(UICollectionView) Метод

Определение

Возвращает количество разделов в collectionView.

[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
Атрибуты

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