다음을 통해 공유


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
특성

적용 대상