WKInterfaceController.DidSelectRow(WKInterfaceTable, nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者在 中 table
選取資料列時呼叫。
[Foundation.Export("table:didSelectRowAtIndex:")]
public virtual void DidSelectRow (WatchKit.WKInterfaceTable table, nint rowIndex);
abstract member DidSelectRow : WatchKit.WKInterfaceTable * nint -> unit
override this.DidSelectRow : WatchKit.WKInterfaceTable * nint -> unit
參數
- table
- WKInterfaceTable
發生選取範圍的表格。
- rowIndex
- System.System.IntPtr System.nativeint
所選取資料列的索引。
- 屬性