次の方法で共有


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
属性

適用対象