共用方式為


UICollectionViewDropDelegate_Extensions 類別

定義

介面的 IUICollectionViewDropDelegate 擴充方法,以支援來自 UICollectionViewDropDelegate 通訊協定的所有方法。

public static class UICollectionViewDropDelegate_Extensions
type UICollectionViewDropDelegate_Extensions = class
繼承
UICollectionViewDropDelegate_Extensions

備註

IUICollectionViewDropDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UICollectionViewDropDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。

方法

CanHandleDropSession(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

傳回布林值,指出集合檢視是否可以處理會話中資料的卸載。

DropSessionDidEnd(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

卸載會話結束時所呼叫的方法。

DropSessionDidEnter(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

當置放點進入集合檢視時所呼叫的方法。

DropSessionDidExit(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession)

卸載點離開集合檢視時所呼叫的方法。

DropSessionDidUpdate(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession, NSIndexPath)

在集合檢視上卸載點變更時所呼叫的方法。

GetDropPreviewParameters(IUICollectionViewDropDelegate, UICollectionView, NSIndexPath)

傳回位於指定索引路徑之專案的拖曳預覽參數。

適用於