共用方式為


WKInterfaceController.GetContextForSegue 方法

定義

多載

GetContextForSegue(String)

傳回使用者點選資料表中資料列時要傳遞的內容物件。

GetContextForSegue(String, WKInterfaceTable, nint)

傳回使用者點選資料表中資料列時要傳遞的內容物件。

GetContextForSegue(String)

傳回使用者點選資料表中資料列時要傳遞的內容物件。

[Foundation.Export("contextForSegueWithIdentifier:")]
public virtual Foundation.NSObject GetContextForSegue (string segueIdentifier);
abstract member GetContextForSegue : string -> Foundation.NSObject
override this.GetContextForSegue : string -> Foundation.NSObject

參數

segueIdentifier
String

傳回

屬性

適用於

GetContextForSegue(String, WKInterfaceTable, nint)

傳回使用者點選資料表中資料列時要傳遞的內容物件。

[Foundation.Export("contextForSegueWithIdentifier:inTable:rowIndex:")]
public virtual Foundation.NSObject GetContextForSegue (string segueIdentifier, WatchKit.WKInterfaceTable table, nint rowIndex);
abstract member GetContextForSegue : string * WatchKit.WKInterfaceTable * nint -> Foundation.NSObject
override this.GetContextForSegue : string * WatchKit.WKInterfaceTable * nint -> Foundation.NSObject

參數

segueIdentifier
String
rowIndex
System.System.IntPtr System.nativeint

傳回

屬性

適用於