次の方法で共有


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

適用対象