UITableViewController.EditingStyleForRow(UITableView, NSIndexPath) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
UITableViewCellEditingStyle для указанной строки.
[Foundation.Export("tableView:editingStyleForRowAtIndexPath:")]
public virtual UIKit.UITableViewCellEditingStyle EditingStyleForRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member EditingStyleForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellEditingStyle
override this.EditingStyleForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellEditingStyle
Параметры
- tableView
- UITableView
- indexPath
- NSIndexPath
Возвращаемое значение
- Атрибуты