KnownFolders.SavedPictures 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.
Gets the Saved Pictures folder.
public:
static property StorageFolder ^ SavedPictures { StorageFolder ^ get(); };
static StorageFolder SavedPictures();
public static StorageFolder SavedPictures { get; }
var storageFolder = KnownFolders.savedPictures;
Public Shared ReadOnly Property SavedPictures As StorageFolder
Property Value
The Saved Pictures folder.
Remarks
To access the Saved Pictures folder, in the app manifest, specify the Pictures Library capability.