次の方法で共有


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

ヘッダー ビューが属するテーブル セクション。

属性

適用対象