次の方法で共有


IUICollectionViewDropDelegate インターフェイス

定義

プロトコル UICollectionViewDropDelegateの必要なメソッド (存在する場合) を表すインターフェイス。

[Foundation.Protocol(Name="UICollectionViewDropDelegate", WrapperType=typeof(UIKit.UICollectionViewDropDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUICollectionViewDropDelegate : IDisposable, ObjCRuntime.INativeObject
type IUICollectionViewDropDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

このインターフェイスには、 で UICollectionViewDropDelegate定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成する場合、実装メソッドは、プロトコルで定義されているメソッドの一致するシグネチャを使用して Objective-C に自動的に UICollectionViewDropDelegate エクスポートされます。

省略可能なメソッド (ある場合) は、 インターフェイスの拡張メソッドとして クラスによって UICollectionViewDropDelegate_Extensions 提供され、開発者はプロトコルで任意のメソッドを呼び出すことができます。

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

PerformDrop(UICollectionView, IUICollectionViewDropCoordinator)

コレクション ビューにデータをドロップするために呼び出されるメソッド。

拡張メソッド

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)

指定したインデックス パスにある項目のドラッグ プレビュー パラメーターを返します。

適用対象