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.
Overloads
| Name | Description |
|---|---|
| DidPickDocument(IUIDocumentPickerDelegate, UIDocumentPickerViewController, NSUrl) |
Developers should not use this deprecated method. Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead. |
| DidPickDocument(IUIDocumentPickerDelegate, UIDocumentPickerViewController, NSUrl[]) |
Developers may implement this method to respond after the user selects documents. |
DidPickDocument(IUIDocumentPickerDelegate, UIDocumentPickerViewController, NSUrl)
Developers should not use this deprecated method. Implement 'DidPickDocument (UIDocumentPickerViewController, NSUrl[])' instead.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidPickDocument(this UIKit.IUIDocumentPickerDelegate This, UIKit.UIDocumentPickerViewController controller, Foundation.NSUrl url);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidPickDocument : UIKit.IUIDocumentPickerDelegate * 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.
Applies to
DidPickDocument(IUIDocumentPickerDelegate, UIDocumentPickerViewController, NSUrl[])
Developers may implement this method to respond after the user selects documents.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidPickDocument(this UIKit.IUIDocumentPickerDelegate This, UIKit.UIDocumentPickerViewController controller, Foundation.NSUrl[] urls);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidPickDocument : UIKit.IUIDocumentPickerDelegate * UIKit.UIDocumentPickerViewController * Foundation.NSUrl[] -> unit
Parameters
- controller
- UIDocumentPickerViewController
The controller that made the request.
- urls
- NSUrl[]
The URLS that were picked.
- Attributes