共用方式為


UITableViewSource.WillDisplayHeaderView(UITableView, UIView, nint) 方法

定義

在區段的標頭檢視顯示之前呼叫。

[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

標頭檢視所屬的資料表區段。

屬性

適用於