次の方法で共有


UIPrinterPickerCompletionHandler 代理人

定義

さまざまな UIPrinterPickerController プレゼンテーション メソッドで使用される完了ハンドラー。

public delegate void UIPrinterPickerCompletionHandler(UIPrinterPickerController printerPickerController, bool userDidSelect, NSError error);
type UIPrinterPickerCompletionHandler = delegate of UIPrinterPickerController * bool * NSError -> unit

パラメーター

printerPickerController
UIPrinterPickerController
userDidSelect
Boolean
error
NSError

適用対象