Compartilhar via


WKInterfaceController.GetContextsForSegue Método

Definição

Sobrecargas

GetContextsForSegue(String, WKInterfaceTable, nint)

Retorna os objetos de contexto a serem passados quando o usuário toca em uma linha em uma tabela.

GetContextsForSegue(String)

Retorna os objetos de contexto a serem passados quando o usuário toca em uma linha em uma tabela.

GetContextsForSegue(String, WKInterfaceTable, nint)

Retorna os objetos de contexto a serem passados quando o usuário toca em uma linha em uma tabela.

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

Parâmetros

segueIdentifier
String
rowIndex
System.System.IntPtr System.nativeint

Retornos

Atributos

Aplica-se a

GetContextsForSegue(String)

Retorna os objetos de contexto a serem passados quando o usuário toca em uma linha em uma tabela.

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

Parâmetros

segueIdentifier
String

Retornos

Atributos

Aplica-se a