UIDocumentChangeKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉,指出 發生何種變更。 UIDocument
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDocumentChangeKind
type UIDocumentChangeKind =
- 繼承
-
UIDocumentChangeKind
- 屬性
欄位
Cleared | 3 | 檔已清除未完成的變更。 |
Done | 0 | 已進行變更。 |
Redone | 2 | 已重新套用復原的變更。 |
Undone | 1 | 已復原變更。 |