UIDocumentInteractionControllerDelegate.CanPerformAction 方法

定义

开发人员不应使用此已弃用的方法,该方法确定指定的控制器是否应支持指定的操作。

[Foundation.Export("documentInteractionController:canPerformAction:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanPerformAction (UIKit.UIDocumentInteractionController controller, ObjCRuntime.Selector action);
abstract member CanPerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool
override this.CanPerformAction : UIKit.UIDocumentInteractionController * ObjCRuntime.Selector -> bool

参数

action
Selector

内容待定。

此参数可以为 null

返回

属性

适用于