UIDocumentBrowserImportMode 枚举

定义

枚举文档浏览器的导入模式。

[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 UIDocumentBrowserImportMode
type UIDocumentBrowserImportMode = 
继承
UIDocumentBrowserImportMode
属性

字段

Copy 1

复制文件,使原始文件保持不变。

Move 2

移动文件。

None 0

无法导入文档。

适用于