共用方式為


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

適用於