UITableViewDelegate_Extensions.AccessoryForRow Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Los desarrolladores no deben usar este método en desuso.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewCellAccessory AccessoryForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member AccessoryForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory
Parámetros
- This
- IUITableViewDelegate
Instancia en la que opera este método de extensión.
- tableView
- UITableView
Vista de tabla que contiene las filas.
- indexPath
- NSIndexPath
Ubicación de la fila.
Devoluciones
- Atributos