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