Share via


UIViewController.PerformSegue(String, NSObject) Method

Definition

[Foundation.Export("performSegueWithIdentifier:sender:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PerformSegue(string identifier, Foundation.NSObject? sender);
[<Foundation.Export("performSegueWithIdentifier:sender:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformSegue : string * Foundation.NSObject -> unit
override this.PerformSegue : string * Foundation.NSObject -> unit

Parameters

identifier
String
sender
NSObject
Attributes

Applies to