次の方法で共有


IUICollectionViewDragDelegate インターフェイス

定義

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

[Foundation.Protocol(Name="UICollectionViewDragDelegate", WrapperType=typeof(UIKit.UICollectionViewDragDelegateWrapper))]
[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 IUICollectionViewDragDelegate : IDisposable, ObjCRuntime.INativeObject
type IUICollectionViewDragDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

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

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

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

プロパティ

Handle

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

(継承元 INativeObject)

メソッド

GetItemsForBeginningDragSession(UICollectionView, IUIDragSession, NSIndexPath)

ドラッグ操作の開始に使用された項目 (存在する場合) を返します。

拡張メソッド

DragSessionAllowsMoveOperation(IUICollectionViewDragDelegate, UICollectionView, IUIDragSession)

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

DragSessionDidEnd(IUICollectionViewDragDelegate, UICollectionView, IUIDragSession)

ユーザーがドラッグ セッションをキャンセルまたは完了したときに呼び出されるメソッド。

DragSessionIsRestrictedToDraggingApplication(IUICollectionViewDragDelegate, UICollectionView, IUIDragSession)

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

DragSessionWillBegin(IUICollectionViewDragDelegate, UICollectionView, IUIDragSession)

ドラッグ セッションが開始される直前に呼び出されるメソッド。

GetDragPreviewParameters(IUICollectionViewDragDelegate, UICollectionView, NSIndexPath)

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

GetItemsForAddingToDragSession(IUICollectionViewDragDelegate, UICollectionView, IUIDragSession, NSIndexPath, CGPoint)

インデックス パスにある項目をドラッグ セッションに追加します。

適用対象