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

문서를 가져올 수 없습니다.

적용 대상