Compartilhar via


WKInterfaceController.GetContextForSegue Método

Definição

Sobrecargas

GetContextForSegue(String)

Retorna o objeto de contexto a ser passado quando o usuário toca em uma linha em uma tabela.

GetContextForSegue(String, WKInterfaceTable, nint)

Retorna o objeto de contexto a ser passado quando o usuário toca em uma linha em uma tabela.

GetContextForSegue(String)

Retorna o objeto de contexto a ser passado quando o usuário toca em uma linha em uma tabela.

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

Parâmetros

segueIdentifier
String

Retornos

Atributos

Aplica-se a

GetContextForSegue(String, WKInterfaceTable, nint)

Retorna o objeto de contexto a ser passado quando o usuário toca em uma linha em uma tabela.

[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

Parâmetros

segueIdentifier
String
rowIndex
System.System.IntPtr System.nativeint

Retornos

Atributos

Aplica-se a