Freigeben über


UICollectionViewDataSource_Extensions.MoveItem Methode

Definition

[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

Parameter

This
IUICollectionViewDataSource

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

collectionView
UICollectionView

Die Auflistungsansicht, die aus der Anforderung stammt.

sourceIndexPath
NSIndexPath
destinationIndexPath
NSIndexPath
Attribute

Gilt für: