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

반환

특성

적용 대상