UITableViewDropIntent 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉卸載處理選項。
[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 enum UITableViewDropIntent
type UITableViewDropIntent =
- 繼承
-
UITableViewDropIntent
- 屬性
欄位
Automatic | 3 | 表示卸載會根據置放位置自動處理。 |
InsertAtDestinationIndexPath | 1 | 表示內容會放在卸載的位置。 |
InsertIntoDestinationIndexPath | 2 | 指出內容會放在位於置放位置的專案中。 |
Unspecified | 0 | 表示缺少卸載提案。 |