Share via


IUIDocumentInteractionControllerDelegate.CanPerformAction Method

Definition

Developers should not use this deprecated method, which determines whether the specified controller should support the specified action.

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

Parameters

action
Selector

To be added.

This parameter can be null.

Returns

Attributes

Applies to