다음을 통해 공유


DialogViewController 생성자

정의

오버로드

DialogViewController(RootElement)

지정된 RootElement에서 새 DialogViewController를 만드는 생성자입니다.

DialogViewController(IntPtr)
DialogViewController(RootElement, Boolean)

RootElement에서 새 DialogViewController를 만들고 푸시 상태를 설정합니다.

DialogViewController(UITableViewStyle, RootElement)
DialogViewController(UITableViewStyle, RootElement, Boolean)

DialogViewController(RootElement)

지정된 RootElement에서 새 DialogViewController를 만드는 생성자입니다.

public DialogViewController (MonoTouch.Dialog.RootElement root);
new MonoTouch.Dialog.DialogViewController : MonoTouch.Dialog.RootElement -> MonoTouch.Dialog.DialogViewController

매개 변수

root
RootElement

표에 표시되는 정보를 포함하는 RootElement입니다.

적용 대상

DialogViewController(IntPtr)

public DialogViewController (IntPtr handle);
new MonoTouch.Dialog.DialogViewController : nativeint -> MonoTouch.Dialog.DialogViewController

매개 변수

handle
IntPtr

nativeint

적용 대상

DialogViewController(RootElement, Boolean)

RootElement에서 새 DialogViewController를 만들고 푸시 상태를 설정합니다.

public DialogViewController (MonoTouch.Dialog.RootElement root, bool pushing);
new MonoTouch.Dialog.DialogViewController : MonoTouch.Dialog.RootElement * bool -> MonoTouch.Dialog.DialogViewController

매개 변수

root
RootElement

RootElement 렌더링할 정보가 포함된 입니다.

pushing
Boolean

Boolean 푸시 중인지 여부를 설명하는 입니다(NavigationControllers). 푸시가 true이면 뒤로 단추가 표시되어 사용자가 이전 컨트롤러로 돌아갈 수 있습니다.

적용 대상

DialogViewController(UITableViewStyle, RootElement)

public DialogViewController (UIKit.UITableViewStyle style, MonoTouch.Dialog.RootElement root);
new MonoTouch.Dialog.DialogViewController : UIKit.UITableViewStyle * MonoTouch.Dialog.RootElement -> MonoTouch.Dialog.DialogViewController

매개 변수

적용 대상

DialogViewController(UITableViewStyle, RootElement, Boolean)

public DialogViewController (UIKit.UITableViewStyle style, MonoTouch.Dialog.RootElement root, bool pushing);
new MonoTouch.Dialog.DialogViewController : UIKit.UITableViewStyle * MonoTouch.Dialog.RootElement * bool -> MonoTouch.Dialog.DialogViewController

매개 변수

pushing
Boolean

적용 대상