The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MediaLibrary.SavedPictures Property
Returns the collection of all saved pictures in the device's media library.
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public PictureCollection SavedPictures { get; }
Property Value
PictureCollection object that contains the collection of all saved pictures in the media library.
SavedPictures is only supported on Windows Phone, and returns an empty PictureCollection on Windows and Xbox 360.