IUITableViewDropItem 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要卸載至資料表檢視的專案資料。
[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 |
如果專案從資料表檢視中的另一個位置拖曳,則取得專案的來源索引路徑。 |