C# 클래스 SourceWriter.TemplateViewController

The SourceWriter.TemplateViewController handles the creation of a new document based on the user's selection.
상속: NSViewController
파일 보기 프로젝트 열기: xamarin/mac-samples

Private Properties

프로퍼티 타입 설명
CancelNewDocument void
ChooseDocument void
ReleaseDesignerOutlets void
SelectCSharp void
SelectHTML void
SelectMarkDown void
SelectXML void

공개 메소드들

메소드 설명
PrepareForSegue ( NSStoryboardSegue segue, NSObject sender ) : void

The method is called before a segue is launched so that it can be configured.

TemplateViewController ( IntPtr handle ) : System

Initializes a new instance of the SourceWriter.TemplateViewController class.

ViewWillAppear ( ) : void

This method is called before the View will be displayed to the screen.

비공개 메소드들

메소드 설명
CancelNewDocument ( Foundation sender ) : void
ChooseDocument ( Foundation sender ) : void
ReleaseDesignerOutlets ( ) : void
SelectCSharp ( Foundation sender ) : void
SelectHTML ( Foundation sender ) : void
SelectMarkDown ( Foundation sender ) : void
SelectXML ( Foundation sender ) : void

메소드 상세

PrepareForSegue() 공개 메소드

The method is called before a segue is launched so that it can be configured.
public PrepareForSegue ( NSStoryboardSegue segue, NSObject sender ) : void
segue NSStoryboardSegue The segue being started.
sender NSObject The object starting the segue.
리턴 void

TemplateViewController() 공개 메소드

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

ViewWillAppear() 공개 메소드

This method is called before the View will be displayed to the screen.
public ViewWillAppear ( ) : void
리턴 void