IUICollectionViewDropDelegate 인터페이스

정의

프로토콜 UICollectionViewDropDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UICollectionViewDropDelegate", WrapperType=typeof(UIKit.UICollectionViewDropDelegateWrapper))]
[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 interface IUICollectionViewDropDelegate : IDisposable, ObjCRuntime.INativeObject
type IUICollectionViewDropDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UICollectionViewDropDelegate프로토콜의 필수 메서드(있는 경우)가 포함됩니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UICollectionViewDropDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UICollectionViewDropDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자는 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

메서드

PerformDrop(UICollectionView, IUICollectionViewDropCoordinator)

컬렉션 뷰에 데이터를 삭제하기 위해 호출되는 메서드입니다.

확장 메서드

CanHandleDropSession(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

컬렉션 뷰가 세션의 데이터에서 삭제를 처리할 수 있는지 여부를 알려주는 부울 값을 반환합니다.

DropSessionDidEnd(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

삭제 세션이 종료되면 호출되는 메서드입니다.

DropSessionDidEnter(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

드롭포인트가 컬렉션 뷰에 들어갈 때 호출되는 메서드입니다.

DropSessionDidExit(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

드롭포인트가 컬렉션 뷰를 떠날 때 호출되는 메서드입니다.

DropSessionDidUpdate(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession, NSIndexPath)

컬렉션 뷰 위에 놓기 지점이 변경되면 호출되는 메서드입니다.

GetDropPreviewParameters(IUICollectionViewDropDelegate, UICollectionView, NSIndexPath)

지정된 인덱스 경로에 있는 항목에 대한 끌기 미리 보기 매개 변수를 반환합니다.

적용 대상