UIDocumentBrowserViewControllerDelegate.DidPickDocumentUrls 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 after the user selects document URLs.
[Foundation.Export("documentBrowser:didPickDocumentURLs:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidPickDocumentsAtUrls (UIDocumentBrowserViewController, NSUrl[])' instead.")]
public virtual void DidPickDocumentUrls (UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl[] documentUrls);
abstract member DidPickDocumentUrls : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> unit
override this.DidPickDocumentUrls : UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> unit
Parameters
- controller
- UIDocumentBrowserViewController
The controller in which the URLs were picked .
- documentUrls
- NSUrl[]
The chosen URLs.
- Attributes