다음을 통해 공유


UITableViewController.SectionFor(UITableView, String, nint) 메서드

정의

지정된 제목 및 섹션 제목 인덱스의 섹션 인덱스입니다.

[Foundation.Export("tableView:sectionForSectionIndexTitle:atIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint SectionFor (UIKit.UITableView tableView, string title, nint atIndex);
abstract member SectionFor : UIKit.UITableView * string * nint -> nint
override this.SectionFor : UIKit.UITableView * string * nint -> nint

매개 변수

tableView
UITableView
title
String
atIndex
System.System.IntPtr System.nativeint

반환

System.System.IntPtr System.nativeint
특성

적용 대상