次の方法で共有


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
属性

適用対象