NSStoryboardSegue.FromIdentifier(String, NSObject, NSObject, Action) 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.
[Foundation.Export("segueWithIdentifier:source:destination:performHandler:")]
public static AppKit.NSStoryboardSegue FromIdentifier (string identifier, Foundation.NSObject sourceController, Foundation.NSObject destinationController, Action performHandler);
static member FromIdentifier : string * Foundation.NSObject * Foundation.NSObject * Action -> AppKit.NSStoryboardSegue
Parâmetros
- identifier
- String
- sourceController
- NSObject
- destinationController
- NSObject
- performHandler
- Action
Retornos
- Atributos