次の方法で共有


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

戻り値

属性

適用対象