Share via


IUIDocumentInteractionControllerDelegate.WillPresentOpenInMenu Method

Definition

Indicates that the "Open In..." menu is about to be presented to the app user.

[Foundation.Export("documentInteractionControllerWillPresentOpenInMenu:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPresentOpenInMenu(UIKit.UIDocumentInteractionController controller);
[<Foundation.Export("documentInteractionControllerWillPresentOpenInMenu:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPresentOpenInMenu : UIKit.UIDocumentInteractionController -> unit
override this.WillPresentOpenInMenu : UIKit.UIDocumentInteractionController -> unit

Parameters

Attributes

Applies to