UIDocumentBrowserViewControllerDelegate_Extensions.FailedToImportDocument Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers may implement this method to respond when the application fails to import a document.
public static void FailedToImportDocument (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl documentUrl, Foundation.NSError error);
static member FailedToImportDocument : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl * Foundation.NSError -> unit
Parameters
The instance on which this extension method operates.
- controller
- UIDocumentBrowserViewController
The controller that failed to import the document.
- documentUrl
- NSUrl
The document's original URL.