Partager via


UIPrinterPickerControllerDelegate_Extensions Classe

Définition

Méthodes d’extension à l’interface IUIPrinterPickerControllerDelegate pour prendre en charge toutes les méthodes du UIPrinterPickerControllerDelegate protocole.

public static class UIPrinterPickerControllerDelegate_Extensions
type UIPrinterPickerControllerDelegate_Extensions = class
Héritage
UIPrinterPickerControllerDelegate_Extensions

Remarques

Les méthodes d’extension pour IUIPrinterPickerControllerDelegate permettre aux développeurs de traiter les instances de l’interface comme ayant toutes les méthodes facultatives du protocole d’origine UIPrinterPickerControllerDelegate . Étant donné que l’interface contient uniquement les membres requis, ces méthodes d’extension permettent aux développeurs d’appeler les membres facultatifs du protocole.

Méthodes

DidDismiss(IUIPrinterPickerControllerDelegate, UIPrinterPickerController)

Le printerPickerController a été rejeté.

DidPresent(IUIPrinterPickerControllerDelegate, UIPrinterPickerController)

TThe printerPickerController a été présenté.

DidSelectPrinter(IUIPrinterPickerControllerDelegate, UIPrinterPickerController)

une printerPickerController imprimante sélectionnée.

GetParentViewController(IUIPrinterPickerControllerDelegate, UIPrinterPickerController)

Obtient le contrôleur d’affichage parent du printerPickerController.

ShouldShowPrinter(IUIPrinterPickerControllerDelegate, UIPrinterPickerController, UIPrinter)

le printerPickerController doit s’afficher printer à l’utilisateur.

WillDismiss(IUIPrinterPickerControllerDelegate, UIPrinterPickerController)

Le printerPickerController est sur le point d’être rejeté.

WillPresent(IUIPrinterPickerControllerDelegate, UIPrinterPickerController)

Le printerPickerController est sur le point d’être présenté.

S’applique à