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
- Атрибуты