KnownFolders.PicturesLibrary Property

Definition

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

Applies to

See also