次の方法で共有


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 に設定できます。

戻り値

属性

適用対象