C# 클래스 SourceWriter.DefinitionViewController

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

Private Properties

프로퍼티 타입 설명
CloseDefinition void
CloseSheet void
ReleaseDesignerOutlets void

공개 메소드들

메소드 설명
DefinitionViewController ( IntPtr handle ) : System

Initializes a new instance of the SourceWriter.DefinitionViewController class.

ViewWillAppear ( ) : void

Called before the view is displayed to the user.

비공개 메소드들

메소드 설명
CloseDefinition ( Foundation sender ) : void

Respond to the user clicking the OK button by closing the definition sheet.

CloseSheet ( ) : void

Closes the sheet.

ReleaseDesignerOutlets ( ) : void

메소드 상세

DefinitionViewController() 공개 메소드

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

ViewWillAppear() 공개 메소드

Called before the view is displayed to the user.
public ViewWillAppear ( ) : void
리턴 void