Freigeben über


UICollectionViewController.NumberOfSections(UICollectionView) Methode

Definition

Die Anzahl der Abschnitte in der 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

Parameter

collectionView
UICollectionView

Sammlungsansicht, die von diesem Ansichtscontroller verwaltet wird.

Gibt zurück

System.System.IntPtr System.nativeint

Die Anzahl der Abschnitte als int.

Attribute

Gilt für: