Partager via


UICollectionViewSource.NumberOfSections(UICollectionView) Méthode

Définition

Retourne le nombre de sections dans la 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

Paramètres

collectionView
UICollectionView

Vue de collection à l’origine de la demande.

Retours

System.System.IntPtr System.nativeint
Attributs

S’applique à