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 包含要呈現的資訊。
適用於
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