DialogViewController 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
- style
- UITableViewStyle
- root
- RootElement
적용 대상
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
매개 변수
- style
- UITableViewStyle
- root
- RootElement
- pushing
- Boolean