C# 클래스 MacInspector.ContentViewController

Controls the Content View displayed in the Left side of the T:MacInspector.MainSplitViewController.
This class uses key-value coding and data binding to set the properties. Please see: https://developer.xamarin.com/guides/mac/application_fundamentals/databinding/
상속: NSViewController
파일 보기 프로젝트 열기: xamarin/mac-samples

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void

공개 메소드들

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

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

ViewWillAppear ( ) : void

Called before the View is presented to the user

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

ContentViewController() 공개 메소드

Initializes a new instance of the T:MacInspector.ContentViewController class.
public ContentViewController ( IntPtr handle ) : System
handle System.IntPtr Handle.
리턴 System

ViewWillAppear() 공개 메소드

Called before the View is presented to the user
public ViewWillAppear ( ) : void
리턴 void