KnownFolders.SavedPictures Property

Definition

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.

Applies to