다음을 통해 공유


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

지정된 섹션의 항목 수입니다.

특성

적용 대상