Share via


UIPrinterPickerControllerDelegate_Extensions.GetParentViewController Method

Definition

Gets the parent view controller of the printerPickerController.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIViewController GetParentViewController(this UIKit.IUIPrinterPickerControllerDelegate This, UIKit.UIPrinterPickerController printerPickerController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetParentViewController : UIKit.IUIPrinterPickerControllerDelegate * UIKit.UIPrinterPickerController -> UIKit.UIViewController

Parameters

printerPickerController
UIPrinterPickerController

The printer picker controller that is being displayed.

Returns

Attributes

Applies to