C# Class AppKit.ReplaceViewSeque

Inheritance: NSStoryboardSegue
Afficher le fichier Open project: xamarin/mac-samples

Méthodes publiques

Méthode Description
Perform ( ) : void

Removes the Source View Controller from the stack and replaces it with the Destination View Controller.

ReplaceViewSeque ( ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

ReplaceViewSeque ( IntPtr handle ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

ReplaceViewSeque ( NSObjectFlag x ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

ReplaceViewSeque ( string identifier, NSObject sourceController, NSObject destinationController ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

Method Details

Perform() public méthode

Removes the Source View Controller from the stack and replaces it with the Destination View Controller.
public Perform ( ) : void
Résultat void

ReplaceViewSeque() public méthode

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( ) : System
Résultat System

ReplaceViewSeque() public méthode

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( IntPtr handle ) : System
handle System.IntPtr Handle.
Résultat System

ReplaceViewSeque() public méthode

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( NSObjectFlag x ) : System
x NSObjectFlag The x coordinate.
Résultat System

ReplaceViewSeque() public méthode

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( string identifier, NSObject sourceController, NSObject destinationController ) : System
identifier string Identifier.
sourceController NSObject Source controller.
destinationController NSObject Destination controller.
Résultat System