UICollectionView.NumberOfItemsInSection(nint) メソッド

定義

指定したセクション内の項目数を返します。

[Foundation.Export("numberOfItemsInSection:")]
public virtual nint NumberOfItemsInSection (nint section);
abstract member NumberOfItemsInSection : nint -> nint
override this.NumberOfItemsInSection : nint -> nint

パラメーター

section
System.System.IntPtr System.nativeint

セクションのインデックス。

戻り値

System.System.IntPtr System.nativeint

指定したセクション内の項目の数。

属性

適用対象