UIDocumentPickerDelegate_Extensions.DidPickDocument Method

Definition

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

This
IUIDocumentPickerDelegate

The instance on which this extension method operates.

controller
UIDocumentPickerViewController

The controller that made the request.

urls
NSUrl[]

The URLS that were picked.

Attributes

Applies to