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