Share via


UIDocumentInteractionControllerDelegate_Extensions.CanPerformAction Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanPerformAction(this UIKit.IUIDocumentInteractionControllerDelegate This, UIKit.UIDocumentInteractionController controller, ObjCRuntime.Selector? action);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanPerformAction : UIKit.IUIDocumentInteractionControllerDelegate * UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool

Parameters

action
Selector

To be added.

This parameter can be null.

Returns

Attributes

Applies to