Поделиться через


UIDocumentBrowserViewControllerDelegate.DidRequestDocumentCreation Метод

Определение

Разработчики могут реализовать этот метод, чтобы ответить на запрос о создании нового документа.

[Foundation.Export("documentBrowser:didRequestDocumentCreationWithHandler:")]
public virtual void DidRequestDocumentCreation (UIKit.UIDocumentBrowserViewController controller, Action<Foundation.NSUrl,UIKit.UIDocumentBrowserImportMode> importHandler);
abstract member DidRequestDocumentCreation : UIKit.UIDocumentBrowserViewController * Action<Foundation.NSUrl, UIKit.UIDocumentBrowserImportMode> -> unit
override this.DidRequestDocumentCreation : UIKit.UIDocumentBrowserViewController * Action<Foundation.NSUrl, UIKit.UIDocumentBrowserImportMode> -> unit

Параметры

controller
UIDocumentBrowserViewController

Контроллер, который сделал запрос.

importHandler
Action<NSUrl,UIDocumentBrowserImportMode>

Обработчик, запускающийся после создания документа.

Атрибуты

Комментарии

importHandler получает расположение оргинального документа и режим импорта, который использовался во время операции импорта.

Применяется к