UIDocumentInteractionControllerDelegate_Extensions.CanPerformAction 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, 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
The instance on which this extension method operates.
- controller
- UIDocumentInteractionController
Returns
- Attributes