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 parent view controller of the printerPickerController.
[Foundation.Export("printerPickerControllerParentViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIViewController GetParentViewController(UIKit.UIPrinterPickerController printerPickerController);
[<Foundation.Export("printerPickerControllerParentViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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
Implements
- Attributes