AppDataPaths.Documents 属性

定义

获取文档文件夹的路径。

public:
 property Platform::String ^ Documents { Platform::String ^ get(); };
winrt::hstring Documents();
public string Documents { get; }
var string = appDataPaths.documents;
Public ReadOnly Property Documents As String

属性值

String

Platform::String

winrt::hstring

文档文件夹的完整路径。

适用于