IUITableViewDropItem 接口

定义

要放入表视图的项的数据。

[Foundation.Protocol(Name="UITableViewDropItem", WrapperType=typeof(UIKit.UITableViewDropItemWrapper))]
[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 IUITableViewDropItem : IDisposable, ObjCRuntime.INativeObject
type IUITableViewDropItem = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

DragItem

获取拖动项。

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
PreviewSize

获取拖动项的预览大小。

SourceIndexPath

如果从表视图中的另一个位置拖动项,则获取项的源索引路径。

适用于