共用方式為


UIPrinterPickerController.Present 方法

定義

UIPrinterPickerController根據 要在完成時執行的程式碼和程式碼,顯示來自此應用程式的 ,不論 animated 是否有動畫,都會顯示為 UIPrinterPickerCompletionHandler 物件,然後傳回是否顯示物件。

[Foundation.Export("presentAnimated:completionHandler:")]
public virtual bool Present (bool animated, UIKit.UIPrinterPickerCompletionHandler completion);
abstract member Present : bool * UIKit.UIPrinterPickerCompletionHandler -> bool
override this.Present : bool * UIKit.UIPrinterPickerCompletionHandler -> bool

參數

animated
Boolean

是否要以動畫顯示選擇器。

completion
UIPrinterPickerCompletionHandler

關閉選擇器之後要執行的處理常式。

傳回

屬性

適用於