UITableViewSource.WillDisplayHeaderView(UITableView, UIView, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在显示节的标题视图之前调用。
[Foundation.Export("tableView:willDisplayHeaderView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillDisplayHeaderView (UIKit.UITableView tableView, UIKit.UIView headerView, nint section);
abstract member WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.WillDisplayHeaderView : UIKit.UITableView * UIKit.UIView * nint -> unit
参数
- tableView
- UITableView
所涉及的表视图。
- headerView
- UIView
将用作标头视图的 UIView。
- section
- System.System.IntPtr System.nativeint
标头视图所属的表节。
- 属性