UIDocumentInteractionControllerDelegate_Extensions.PerformAction Method

Definition

Developers should not use this deprecated method.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool PerformAction (this UIKit.IUIDocumentInteractionControllerDelegate This, UIKit.UIDocumentInteractionController controller, ObjCRuntime.Selector action);
static member PerformAction : 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