次の方法で共有


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

変更が元に戻されました。

適用対象