UserDataPaths.SavedPictures Property

Definition

Gets the path to a user's Saved Pictures folder.

public:
 property Platform::String ^ SavedPictures { Platform::String ^ get(); };
winrt::hstring SavedPictures();
public string SavedPictures { get; }
var string = userDataPaths.savedPictures;
Public ReadOnly Property SavedPictures As String

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Saved Pictures folder.

Applies to