IUIPrinterPickerControllerDelegate Interface
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.
Delegate object for a UIPrinterPickerController. Defines events relating to the presentation and dismissal of the controller, and a method for when a printer has been selected.
[Foundation.Protocol(Name="UIPrinterPickerControllerDelegate", WrapperType=typeof(UIKit.UIPrinterPickerControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetParentViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, ReturnType=typeof(UIKit.UIViewController), Selector="printerPickerControllerParentViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldShowPrinter", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController), typeof(UIKit.UIPrinter) }, ReturnType=typeof(System.Boolean), Selector="printerPickerController:shouldShowPrinter:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerWillPresent:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidPresent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerDidPresent:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismiss", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerWillDismiss:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDismiss", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerDidDismiss:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectPrinter", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerDidSelectPrinter:")]
public interface IUIPrinterPickerControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIPrinterPickerControllerDelegate", WrapperType=typeof(UIKit.UIPrinterPickerControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetParentViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, ReturnType=typeof(UIKit.UIViewController), Selector="printerPickerControllerParentViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldShowPrinter", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController), typeof(UIKit.UIPrinter) }, ReturnType=typeof(System.Boolean), Selector="printerPickerController:shouldShowPrinter:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPresent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerWillPresent:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidPresent", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerDidPresent:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDismiss", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerWillDismiss:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDismiss", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerDidDismiss:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectPrinter", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UIPrinterPickerController) }, Selector="printerPickerControllerDidSelectPrinter:")>]
type IUIPrinterPickerControllerDelegate = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| DidDismiss(UIPrinterPickerController) |
The |
| DidPresent(UIPrinterPickerController) |
TThe |
| DidSelectPrinter(UIPrinterPickerController) |
The |
| GetParentViewController(UIPrinterPickerController) |
Gets the parent view controller of the |
| ShouldShowPrinter(UIPrinterPickerController, UIPrinter) |
The |
| WillDismiss(UIPrinterPickerController) |
The |
| WillPresent(UIPrinterPickerController) |
The |