Freigeben über


UIPrintInteraction Delegat

Definition

Eine Stellvertretungssignatur, die eine UIViewController für ein UIPrintInteractionControllerzurückgibt.

public delegate UIKit.UIViewController UIPrintInteraction(UIPrintInteractionController printInteractionController);
type UIPrintInteraction = delegate of UIPrintInteractionController -> UIViewController

Parameter

printInteractionController
UIPrintInteractionController

Der Aufrufer printInteractionController.

Rückgabewert

Sollte den übergeordneten Ansichtscontroller zurückgeben, um den UIPrintInteractionController zu hosten. Wenn der Wert NULL ist, wird das Standardverhalten verwendet.

Gilt für: