UITableViewDelegate_Extensions.FooterViewDisplayingEnded 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示已删除指定节的页脚视图。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FooterViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
static member FooterViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit
参数
- This
- IUITableViewDelegate
此扩展方法操作的实例。
- tableView
- UITableView
页脚视图所属的表。
- section
- System.System.IntPtr System.nativeint
所属的节的 footerView
索引。
- 属性