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定义的协议)。

如果开发人员创建实现此接口的类,则实现方法将自动导出到 Objective-C,并使用协议中 UIDocumentInteractionControllerDelegate 定义的方法的匹配签名。

可选方法 (类是否提供 UIDocumentInteractionControllerDelegate_Extensions 任何) 作为接口的扩展方法,从而允许开发人员在协议上调用任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

CanPerformAction(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController, Selector)

开发人员不应使用此已弃用的方法,该方法确定指定的控制器是否应支持指定的操作。

DidDismissOpenInMenu(IUIDocumentInteractionControllerDelegate, UIDocumentInteractionController)

指示控制器已关闭其“打开 In...”菜单。

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)

指示即将向应用用户显示“选项”菜单。

适用于