UserDataPaths.SavedPictures 属性

定义

获取用户的“已保存图片”文件夹的路径。

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

属性值

String

Platform::String

winrt::hstring

用户“已保存的图片”文件夹的完整路径。

适用于