Freigeben über


UITableViewDelegate_Extensions.AccessoryForRow Methode

Definition

Entwickler sollten diese veraltete Methode nicht verwenden.

[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

Parameter

This
IUITableViewDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

tableView
UITableView

Tabellenansicht mit den Zeilen.

indexPath
NSIndexPath

Position der Zeile.

Gibt zurück

Attribute

Gilt für: