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