다음을 통해 공유


IUICollectionViewDropCoordinator.DropItemIntoItem 메서드

정의

지정된 항목 인덱스 경로에 있는 항목의 좌표계에 있는 지정된 사각형에 끌기 항목을 삭제합니다.

[Foundation.Export("dropItem:intoItemAtIndexPath:rect:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIDragAnimating DropItemIntoItem (UIKit.UIDragItem dragItem, Foundation.NSIndexPath itemIndexPath, CoreGraphics.CGRect rect);
abstract member DropItemIntoItem : UIKit.UIDragItem * Foundation.NSIndexPath * CoreGraphics.CGRect -> UIKit.IUIDragAnimating

매개 변수

dragItem
UIDragItem

삭제할 항목입니다.

itemIndexPath
NSIndexPath

삭제할 항목의 인덱스 경로입니다.

rect
CGRect

대상 드롭 사각형입니다.

반환

특성

적용 대상