IUIDocumentInteractionControllerDelegate 인터페이스

정의

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

[Foundation.Protocol(Name="UIDocumentInteractionControllerDelegate", WrapperType=typeof(UIKit.UIDocumentInteractionControllerDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIDocumentInteractionControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIDocumentInteractionControllerDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

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

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

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

속성

Handle

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

(다음에서 상속됨 INativeObject)

확장 메서드

CanPerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

개발자는 지정된 컨트롤러가 지정된 작업을 지원해야 하는지 여부를 결정하는 이 사용되지 않는 메서드를 사용하면 안 됩니다.

DidDismissOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

컨트롤러가 "열기..." 메뉴를 해제했음을 나타냅니다.

DidDismissOptionsMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

컨트롤러가 "옵션" 메뉴를 해제했음을 나타냅니다.

DidEndPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

컨트롤러가 문서 미리 보기를 종료했음을 나타냅니다.

DidEndSendingToApplication(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, String)

컨트롤러의 문서가 지정된 애플리케이션에 전달되었음을 나타냅니다.

PerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다.

RectangleForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

문서 미리 보기 표시에 애니메이션 효과를 주는 시작점으로 사용되는 RectangleF입니다.

ViewControllerForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

문서 미리 보기를 제공하는 UIViewController입니다.

ViewForPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

애니메이션 미리 보기의 시작점으로 사용할 UIView입니다. null이면 미리 보기가 사라집니다.

WillBeginPreview(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

문서 미리 보기가 시작 중임을 나타냅니다.

WillBeginSendingToApplication(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, String)

컨트롤러의 문서가 지정된 애플리케이션에 전달될 예정임을 나타냅니다.

WillPresentOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

앱 사용자에게 "열기..." 메뉴가 표시될 예정임을 나타냅니다.

WillPresentOptionsMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

"옵션" 메뉴가 앱 사용자에게 표시될 예정임을 나타냅니다.

적용 대상