次の方法で共有


UICollectionViewController.NumberOfSections(UICollectionView) メソッド

定義

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

パラメーター

collectionView
UICollectionView

このビュー コントローラーによって管理されるコレクション ビュー。

戻り値

System.System.IntPtr System.nativeint

セクションの数を int として指定します。

属性

適用対象