UIResponder.CanPaste(NSItemProvider[]) メソッド

定義

によって貼り付け操作を受け入れられるかどうかを this 取得します。

[Foundation.Export("canPasteItemProviders:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanPaste (Foundation.NSItemProvider[] itemProviders);
abstract member CanPaste : Foundation.NSItemProvider[] -> bool
override this.CanPaste : Foundation.NSItemProvider[] -> bool

パラメーター

itemProviders
NSItemProvider[]

戻り値

属性

適用対象