UICollectionViewDragDelegate.GetItemsForBeginningDragSession Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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