UIDocumentInteractionControllerDelegate.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.
[Foundation.Export("documentInteractionController:performAction:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool PerformAction (UIKit.UIDocumentInteractionController controller, ObjCRuntime.Selector action);
abstract member PerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool
override this.PerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool
Parameters
- controller
- UIDocumentInteractionController
Returns
- Attributes