Partager via


UITableViewDataSource_Extensions.CanMoveRow Méthode

Définition

Indique si la ligne située à peut être déplacée vers un autre emplacement dans la vue table.

public static bool CanMoveRow (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member CanMoveRow : UIKit.IUITableViewDataSource * UIKit.UITableView * Foundation.NSIndexPath -> bool

Paramètres

This
IUITableViewDataSource

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView

Vue table contenant la ligne.

indexPath
NSIndexPath

Emplacement de la ligne.

Retours

S’applique à