IUIDocumentPickerDelegate.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 should not use this deprecated method. Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead.
[Foundation.Export("documentPicker:didPickDocumentAtURL:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead.")]
public void DidPickDocument (UIKit.UIDocumentPickerViewController controller, Foundation.NSUrl url);
abstract member DidPickDocument : UIKit.UIDocumentPickerViewController * Foundation.NSUrl -> unit
Parameters
- controller
- UIDocumentPickerViewController
The controller that made the request.
- url
- NSUrl
The URLS that was picked.
- Attributes
Remarks
The meaning will differ dependent upon the mode of the document picker.