WKInterfaceController.GetContextsForSegue Method

Definition

Overloads

GetContextsForSegue(String, WKInterfaceTable, nint)

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

GetContextsForSegue(String)

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

GetContextsForSegue(String, WKInterfaceTable, nint)

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

[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[]

Parameters

segueIdentifier
String
rowIndex
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to

GetContextsForSegue(String)

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

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

Parameters

segueIdentifier
String

Returns

Attributes

Applies to