UITableViewController.RowUnhighlighted(UITableView, NSIndexPath) 方法

定义

指示指定的行已取消突出显示。

[Foundation.Export("tableView:didUnhighlightRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RowUnhighlighted (UIKit.UITableView tableView, Foundation.NSIndexPath rowIndexPath);
abstract member RowUnhighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.RowUnhighlighted : UIKit.UITableView * Foundation.NSIndexPath -> unit

参数

tableView
UITableView
rowIndexPath
NSIndexPath
属性

适用于