UIPrintInteractionController.PresentFromBarButtonItem 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.
[Foundation.Export("presentFromBarButtonItem:animated:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentFromBarButtonItem(UIKit.UIBarButtonItem item, bool animated, UIKit.UIPrintInteractionCompletionHandler? completion);
[<Foundation.Export("presentFromBarButtonItem:animated:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentFromBarButtonItem : UIKit.UIBarButtonItem * bool * UIKit.UIPrintInteractionCompletionHandler -> bool
override this.PresentFromBarButtonItem : UIKit.UIBarButtonItem * bool * UIKit.UIPrintInteractionCompletionHandler -> bool
Parameters
- item
- UIBarButtonItem
- animated
- Boolean
- completion
- UIPrintInteractionCompletionHandler
Returns
- Attributes