UIImagePickerMediaPickedEventArgs.Info Property
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.
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.