共用方式為


NSStoryboardSegue.FromIdentifier(String, NSObject, NSObject, Action) 方法

定義

[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

參數

identifier
String
sourceController
NSObject
destinationController
NSObject
performHandler
Action

傳回

屬性

適用於