C# 클래스 AppKit.ReplaceViewSeque

상속: NSStoryboardSegue
파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
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.

메소드 상세

Perform() 공개 메소드

Removes the Source View Controller from the stack and replaces it with the Destination View Controller.
public Perform ( ) : void
리턴 void

ReplaceViewSeque() 공개 메소드

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( ) : System
리턴 System

ReplaceViewSeque() 공개 메소드

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( IntPtr handle ) : System
handle System.IntPtr Handle.
리턴 System

ReplaceViewSeque() 공개 메소드

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( NSObjectFlag x ) : System
x NSObjectFlag The x coordinate.
리턴 System

ReplaceViewSeque() 공개 메소드

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.
리턴 System