Edit

Share via


WKInterfaceController.GetContextForSegue Method

Definition

Overloads

GetContextForSegue(String)

Returns the context object to pass when the user taps a row in a table.

GetContextForSegue(String, WKInterfaceTable, nint)

Returns the context object to pass when the user taps a row in a table.

GetContextForSegue(String)

Returns the context object to pass when the user taps a row in a table.

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

Parameters

segueIdentifier
String

Returns

Attributes

Applies to

GetContextForSegue(String, WKInterfaceTable, nint)

Returns the context object to pass when the user taps a row in a table.

[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

Parameters

segueIdentifier
String
rowIndex
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to