C# Class MacInspector.ReplaceInspectorPanelSeque

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

Méthodes publiques

Méthode Description
Perform ( ) : void

Finds the Inspector View Controller in the NSSplitViewController and swaps the currently displayed Inspector Panel for the one being called in the segue.

ReplaceInspectorPanelSeque ( ) : System

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

ReplaceInspectorPanelSeque ( IntPtr handle ) : System

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

ReplaceInspectorPanelSeque ( NSObjectFlag x ) : System

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

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

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.

Method Details

Perform() public méthode

Finds the Inspector View Controller in the NSSplitViewController and swaps the currently displayed Inspector Panel for the one being called in the segue.
public Perform ( ) : void
Résultat void

ReplaceInspectorPanelSeque() public méthode

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.
public ReplaceInspectorPanelSeque ( ) : System
Résultat System

ReplaceInspectorPanelSeque() public méthode

Initializes a new instance of the T:MacInspector.ReplaceInspectorPanelSeque class.
public ReplaceInspectorPanelSeque ( IntPtr handle ) : System
handle System.IntPtr Handle.
Résultat System

ReplaceInspectorPanelSeque() public méthode

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

ReplaceInspectorPanelSeque() public méthode

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