UIPrinterPickerController.Present 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
關閉選擇器之後要執行的處理常式。
傳回
- 屬性