共用方式為


WKInterfaceController.GetContextsForSegue 方法

定義

多載

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
rowIndex
System.System.IntPtr System.nativeint

傳回

屬性

適用於

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

傳回

屬性

適用於