UIDocumentInteractionControllerDelegate_Extensions.PerformAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The instance on which this extension method operates.
- controller
- UIDocumentInteractionController
Returns
- Attributes