次の方法で共有


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

適用対象