IUIDocumentMenuDelegate 接口

定义

表示所需方法的接口 ((如果协议 UIDocumentMenuDelegate有任何) )。

[Foundation.Protocol(Name="UIDocumentMenuDelegate", WrapperType=typeof(UIKit.UIDocumentMenuDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIDocumentMenuDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIDocumentMenuDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

此接口包含所需的方法 ((如果任何) 由 UIDocumentMenuDelegate定义的协议)。

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

如果任何) 由 类作为扩展方法提供给接口,则可选方法 (,这样开发人员就可以在协议上调用任何可选方法。

属性

Handle

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

(继承自 INativeObject)

方法

DidPickDocumentPicker(UIDocumentMenuViewController, UIDocumentPickerViewController)

用户选择了一个文档。

WasCancelled(UIDocumentMenuViewController)

用户关闭了选取器。

适用于