UIPrinterPickerControllerDelegate.GetParentViewController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the view controller that is to act as the parent for the printer picker.
[Foundation.Export("printerPickerControllerParentViewController:")]
public virtual UIKit.UIViewController GetParentViewController (UIKit.UIPrinterPickerController printerPickerController);
abstract member GetParentViewController : UIKit.UIPrinterPickerController -> UIKit.UIViewController
override this.GetParentViewController : UIKit.UIPrinterPickerController -> UIKit.UIViewController
Parameters
- printerPickerController
- UIPrinterPickerController
The printer picker controller that is being displayed.
Returns
A view controller from the interface of your app.
- Attributes