IUICollectionViewDropCoordinator インターフェイス

定義

コレクション ビューでドロップ アクションを調整するために使用されるシステム作成オブジェクト。

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

プロパティ

DestinationIndexPath

挿入のインデックス パスを取得します。

Handle

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

(継承元 INativeObject)
Items

ドラッグ項目を取得します。

Proposal

ドロップ提案を取得します。

Session

ドロップ セッションを取得します。

メソッド

DropItemIntoItem(UIDragItem, NSIndexPath, CGRect)

指定した項目インデックス パスにある項目の座標系で、ドラッグ項目を指定した四角形にドロップします。

DropItemToItem(UIDragItem, NSIndexPath)

指定した項目インデックス パスにある項目にドラッグ項目をドロップします。

DropItemToPlaceholder(UIDragItem, UICollectionViewDropPlaceholder)

ドラッグ項目を指定したプレースホルダーにドロップします。

DropItemToTarget(UIDragItem, UIDragPreviewTarget)

ドラッグ項目を指定したターゲットにドロップします。

適用対象