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
標頭檢視所屬的資料表區段。
- 屬性