다음을 통해 공유


IUIDocumentBrowserViewControllerDelegate 인터페이스

정의

프로토콜 UIDocumentBrowserViewControllerDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UIDocumentBrowserViewControllerDelegate", WrapperType=typeof(UIKit.UIDocumentBrowserViewControllerDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIDocumentBrowserViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIDocumentBrowserViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UIDocumentBrowserViewControllerDelegate프로토콜의 필수 메서드(있는 경우)가 포함되어 있습니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UIDocumentBrowserViewControllerDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UIDocumentBrowserViewControllerDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자가 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

DidImportDocument(IUIDocumentBrowserViewControllerDelegate, UIDocumentBrowserViewController, NSUrl, NSUrl)

개발자는 문서를 가져온 후 응답하도록 이 메서드를 구현할 수 있습니다.

DidPickDocumentsAtUrls(IUIDocumentBrowserViewControllerDelegate, UIDocumentBrowserViewController, NSUrl[])

프로토콜 UIDocumentBrowserViewControllerDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

DidPickDocumentUrls(IUIDocumentBrowserViewControllerDelegate, UIDocumentBrowserViewController, NSUrl[])

개발자는 사용자가 문서 URL을 선택한 후 응답하도록 이 메서드를 구현할 수 있습니다.

DidRequestDocumentCreation(IUIDocumentBrowserViewControllerDelegate, UIDocumentBrowserViewController, Action<NSUrl,UIDocumentBrowserImportMode>)

개발자는 새 문서 만들기 요청에 응답하기 위해 이 메서드를 구현할 수 있습니다.

FailedToImportDocument(IUIDocumentBrowserViewControllerDelegate, UIDocumentBrowserViewController, NSUrl, NSError)

개발자는 애플리케이션이 문서를 가져오지 못할 때 응답하도록 이 메서드를 구현할 수 있습니다.

GetApplicationActivities(IUIDocumentBrowserViewControllerDelegate, UIDocumentBrowserViewController, NSUrl[])

활동 보기에 대한 사용자 지정 애플리케이션 활동의 배열을 반환합니다.

WillPresent(IUIDocumentBrowserViewControllerDelegate, UIDocumentBrowserViewController, UIActivityViewController)

개발자는 이 메서드를 구현하여 활동 보기 표시를 준비할 수 있습니다.

적용 대상