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

已撤消更改。

适用于