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[]

返回

属性

适用于