Partager via


DialogViewController Constructeurs

Définition

Surcharges

DialogViewController(RootElement)

Constructeur qui crée un DialogueViewController à partir du RootElement spécifié.

DialogViewController(IntPtr)
DialogViewController(RootElement, Boolean)

Crée un DialogueViewController à partir d’un rootElement et définit l’état push.

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

DialogViewController(RootElement)

Constructeur qui crée un DialogueViewController à partir du RootElement spécifié.

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

Paramètres

root
RootElement

RootElement qui contient les informations de l’affichage sur la table.

S’applique à

DialogViewController(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à

DialogViewController(RootElement, Boolean)

Crée un DialogueViewController à partir d’un rootElement et définit l’état push.

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

Paramètres

root
RootElement

RootElement contenant les informations à restituer.

pushing
Boolean

Boolean décrivant si cela est envoyé (NavigationControllers) ou non. Si l’envoi est true, le bouton Précédent s’affiche, ce qui permet à l’utilisateur de revenir au contrôleur précédent

S’applique à

DialogViewController(UITableViewStyle, RootElement)

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

Paramètres

S’applique à

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

Paramètres

pushing
Boolean

S’applique à