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


UIDocumentBrowserViewControllerDelegate_Extensions.DidImportDocument Метод

Определение

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

public static void DidImportDocument (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
static member DidImportDocument : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit

Параметры

This
IUIDocumentBrowserViewControllerDelegate

Экземпляр, с которым работает этот метод расширения.

controller
UIDocumentBrowserViewController

Контроллер, импортированный документ.

sourceUrl
NSUrl

Исходный URL-адрес документа.

destinationUrl
NSUrl

URL-адрес импортированного документа.

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