Condividi tramite


UIDocumentInteractionControllerDelegate.PerformAction Method

Definition

Developers should not use this deprecated method.

[Foundation.Export("documentInteractionController:performAction:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PerformAction(UIKit.UIDocumentInteractionController controller, ObjCRuntime.Selector? action);
[<Foundation.Export("documentInteractionController:performAction:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool
override this.PerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool

Parameters

action
Selector

To be added.

This parameter can be null.

Returns

Implements

Attributes

Applies to