WKInterfaceController.GetContextsForSegue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetContextsForSegue(String, WKInterfaceTable, nint) |
傳回使用者點選資料表中資料列時要傳遞的內容物件。 |
GetContextsForSegue(String) |
傳回使用者點選資料表中資料列時要傳遞的內容物件。 |
GetContextsForSegue(String, WKInterfaceTable, nint)
傳回使用者點選資料表中資料列時要傳遞的內容物件。
[Foundation.Export("contextsForSegueWithIdentifier:inTable:rowIndex:")]
public virtual Foundation.NSObject[] GetContextsForSegue (string segueIdentifier, WatchKit.WKInterfaceTable table, nint rowIndex);
abstract member GetContextsForSegue : string * WatchKit.WKInterfaceTable * nint -> Foundation.NSObject[]
override this.GetContextsForSegue : string * WatchKit.WKInterfaceTable * nint -> Foundation.NSObject[]
參數
- segueIdentifier
- String
- table
- WKInterfaceTable
- rowIndex
- System.System.IntPtr System.nativeint
傳回
NSObject[]
- 屬性
適用於
GetContextsForSegue(String)
傳回使用者點選資料表中資料列時要傳遞的內容物件。
[Foundation.Export("contextsForSegueWithIdentifier:")]
public virtual Foundation.NSObject[] GetContextsForSegue (string segueIdentifier);
abstract member GetContextsForSegue : string -> Foundation.NSObject[]
override this.GetContextsForSegue : string -> Foundation.NSObject[]
參數
- segueIdentifier
- String
傳回
NSObject[]
- 屬性