WKInterfaceController.GetContextForSegue 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
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
- table
- WKInterfaceTable
- rowIndex
- System.System.IntPtr System.nativeint
Returns
- Attributes