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
在关闭选取器后运行的处理程序。
返回
- 属性