KnownFolders.PicturesLibrary 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 Pictures library.
public:
static property StorageFolder ^ PicturesLibrary { StorageFolder ^ get(); };
static StorageFolder PicturesLibrary();
public static StorageFolder PicturesLibrary { get; }
var storageFolder = KnownFolders.picturesLibrary;
Public Shared ReadOnly Property PicturesLibrary As StorageFolder
Property Value
The Pictures library.
Windows requirements
App capabilities |
picturesLibrary
|
Remarks
To access the Pictures library, in the app manifest, specify the Pictures Library capability.
The Pictures Library typically has the following path.
%USERPROFILE%\Pictures