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

适用于