WKInterfaceController.GetContextsForSegue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- table
- WKInterfaceTable
- rowIndex
- System.System.IntPtr System.nativeint
Returns
NSObject[]
- 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
NSObject[]
- Attributes