Compartir a través de


UICollectionViewDragDelegate.GetItemsForBeginningDragSession Método

Definición

Agrega los elementos en la ruta de acceso del índice al conjunto inicial de elementos de arrastre.

[Foundation.Export("collectionView:itemsForBeginningDragSession:atIndexPath:")]
public abstract UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]

Parámetros

collectionView
UICollectionView

Vista de colección de origen.

session
IUIDragSession

Sesión de arrastre a la que se van a agregar elementos.

indexPath
NSIndexPath

Ruta de acceso del índice al elemento.

Devoluciones

Implementaciones

Atributos

Se aplica a