UIPrinterPickerControllerDelegate_Extensions.ShouldShowPrinter 方法

定义

printerPickerController应向用户显示 printer

public static bool ShouldShowPrinter (this UIKit.IUIPrinterPickerControllerDelegate This, UIKit.UIPrinterPickerController printerPickerController, UIKit.UIPrinter printer);
static member ShouldShowPrinter : UIKit.IUIPrinterPickerControllerDelegate * UIKit.UIPrinterPickerController * UIKit.UIPrinter -> bool

参数

This
IUIPrinterPickerControllerDelegate

此扩展方法在其上运行的实例。

printerPickerController
UIPrinterPickerController

正在显示的打印机选取器控制器。

printer
UIPrinter

由委托考虑的指定打印机。

返回

适用于