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


UIDocumentBrowserViewControllerDelegate.DidImportDocument Метод

Определение

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

[Foundation.Export("documentBrowser:didImportDocumentAtURL:toDestinationURL:")]
public virtual void DidImportDocument (UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl sourceUrl, Foundation.NSUrl destinationUrl);
abstract member DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit
override this.DidImportDocument : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSUrl -> unit

Параметры

controller
UIDocumentBrowserViewController

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

sourceUrl
NSUrl

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

destinationUrl
NSUrl

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

Атрибуты

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