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

在关闭选取器后运行的处理程序。

返回

属性

适用于