다음을 통해 공유


UITableViewDataSource.RowsInSection(UITableView, nint) 메서드

정의

테이블 뷰에서 호출되어 로 지정된 section섹션에서 렌더링할 행 수를 확인합니다.

[Foundation.Export("tableView:numberOfRowsInSection:")]
public abstract nint RowsInSection (UIKit.UITableView tableView, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint

매개 변수

tableView
UITableView
section
System.System.IntPtr System.nativeint

행을 포함하는 섹션의 인덱스입니다.

반환

System.System.IntPtr System.nativeint

인덱 section스 의 섹션에 있는 행 수입니다.

구현

특성

적용 대상