Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

KnownFolders.PicturesLibrary Property

Definition

Namespace:
Windows.Storage

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

Requirements Description
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


Feedback

Was this page helpful?