Compartilhar via


UICollectionViewDragDelegate.GetItemsForBeginningDragSession Método

Definição

Adiciona os itens no caminho do índice ao conjunto inicial de itens de arrastar.

[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

A exibição de coleção de origem.

session
IUIDragSession

A sessão de arrastar para a qual adicionar itens.

indexPath
NSIndexPath

O caminho de índice para o item.

Retornos

Implementações

Atributos

Aplica-se a