Partager via


UITableViewDelegate_Extensions.GetViewForFooter Méthode

Définition

Vue utilisée pour le pied de page de la section spécifiée.

public static UIKit.UIView GetViewForFooter (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetViewForFooter : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> UIKit.UIView

Paramètres

This
IUITableViewDelegate

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

tableView
UITableView

Vue table contenant la section.

section
System.System.IntPtr System.nativeint

Index de section où le pied de page sera ajouté.

Retours

S’applique à