WKInterfaceController.GetContextsForSegue Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- table
- WKInterfaceTable
- 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