Share via


UICollectionViewDataSource_Extensions.MoveItem 메서드

정의

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void MoveItem (this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath sourceIndexPath, Foundation.NSIndexPath destinationIndexPath);
static member MoveItem : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView * Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

매개 변수

This
IUICollectionViewDataSource

이 확장 메서드가 작동하는 인스턴스입니다.

collectionView
UICollectionView

요청을 시작한 컬렉션 뷰입니다.

sourceIndexPath
NSIndexPath
destinationIndexPath
NSIndexPath
특성

적용 대상