UIDocumentBrowserViewControllerDelegate_Extensions.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.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidPickDocumentsAtUrls (UIDocumentBrowserViewController, NSUrl[])' instead.")]
public static void DidPickDocumentUrls (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Foundation.NSUrl[] documentUrls);
static member DidPickDocumentUrls : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Foundation.NSUrl[] -> unit
Parameters
The instance on which this extension method operates.
- controller
- UIDocumentBrowserViewController
The controller in which the URLs were picked .
- documentUrls
- NSUrl[]
The chosen URLs.
- Attributes