共用方式為


UIDocumentChangeKind 列舉

定義

列舉,指出 發生何種變更。 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

已復原變更。

適用於