NSViewController.PerformSegue(String, NSObject) 方法

定义

[Foundation.Export("performSegueWithIdentifier:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PerformSegue (string identifier, Foundation.NSObject sender);
abstract member PerformSegue : string * Foundation.NSObject -> unit
override this.PerformSegue : string * Foundation.NSObject -> unit

参数

identifier
String
sender
NSObject
属性

适用于