UIDocumentPickerDelegate_Extensions.DidPickDocument 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 documents.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidPickDocument (this UIKit.IUIDocumentPickerDelegate This, UIKit.UIDocumentPickerViewController controller, Foundation.NSUrl[] urls);
static member DidPickDocument : UIKit.IUIDocumentPickerDelegate * UIKit.UIDocumentPickerViewController * Foundation.NSUrl[] -> unit
Parameters
The instance on which this extension method operates.
- controller
- UIDocumentPickerViewController
The controller that made the request.
- urls
- NSUrl[]
The URLS that were picked.
- Attributes