Share via


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

如果專案從資料表檢視中的另一個位置拖曳,則取得專案的來源索引路徑。

適用於