UICollectionViewController.NumberOfSections(UICollectionView) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 として指定します。
- 属性