Compartilhar via


DialogViewController Construtores

Definição

Sobrecargas

DialogViewController(RootElement)

Construtor que cria um novo DialogViewController do RootElement especificado.

DialogViewController(IntPtr)
DialogViewController(RootElement, Boolean)

Cria um novo DialogViewController de um RootElement e define o status de push.

DialogViewController(UITableViewStyle, RootElement)
DialogViewController(UITableViewStyle, RootElement, Boolean)

DialogViewController(RootElement)

Construtor que cria um novo DialogViewController do RootElement especificado.

public DialogViewController (MonoTouch.Dialog.RootElement root);
new MonoTouch.Dialog.DialogViewController : MonoTouch.Dialog.RootElement -> MonoTouch.Dialog.DialogViewController

Parâmetros

root
RootElement

O RootElement que contém as informações para a exibição na tabela.

Aplica-se a

DialogViewController(IntPtr)

public DialogViewController (IntPtr handle);
new MonoTouch.Dialog.DialogViewController : nativeint -> MonoTouch.Dialog.DialogViewController

Parâmetros

handle
IntPtr

nativeint

Aplica-se a

DialogViewController(RootElement, Boolean)

Cria um novo DialogViewController de um RootElement e define o status de push.

public DialogViewController (MonoTouch.Dialog.RootElement root, bool pushing);
new MonoTouch.Dialog.DialogViewController : MonoTouch.Dialog.RootElement * bool -> MonoTouch.Dialog.DialogViewController

Parâmetros

root
RootElement

O RootElement que contém as informações a serem renderizadas.

pushing
Boolean

Um Boolean que descreve se isso está sendo enviado por push (NavigationControllers) ou não. Se o push for true, o botão Voltar será mostrado, permitindo que o usuário volte para o controlador anterior

Aplica-se a

DialogViewController(UITableViewStyle, RootElement)

public DialogViewController (UIKit.UITableViewStyle style, MonoTouch.Dialog.RootElement root);
new MonoTouch.Dialog.DialogViewController : UIKit.UITableViewStyle * MonoTouch.Dialog.RootElement -> MonoTouch.Dialog.DialogViewController

Parâmetros

Aplica-se a

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

Parâmetros

pushing
Boolean

Aplica-se a