AppDataPaths.Desktop 属性

定义

获取桌面文件夹的路径。

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

属性值

String

Platform::String

winrt::hstring

桌面文件夹的完整路径。

适用于