UIDocumentInteractionControllerDelegate_Extensions.CanPerformAction Method

Definition

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

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CanPerformAction (this UIKit.IUIDocumentInteractionControllerDelegate This, UIKit.UIDocumentInteractionController controller, ObjCRuntime.Selector action);
static member CanPerformAction : UIKit.IUIDocumentInteractionControllerDelegate * UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool

Parameters

This
IUIDocumentInteractionControllerDelegate

The instance on which this extension method operates.

action
Selector

To be added.

This parameter can be null.

Returns

Attributes

Applies to