共用方式為


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
屬性

適用於