UIImagePickerMediaPickedEventArgs.Info Property

Definition

The original dictionary that was used to create this UIImagePickerMediaPickedEventArgs.

public Foundation.NSDictionary Info { get; set; }
member this.Info : Foundation.NSDictionary with get, set

Property Value

Remarks

This contains the original dictionary, and in the future, Apple could add more elements to the dictionary that are not exposed by the strongly typed accessors.

Applies to