共用方式為


UserDataPaths.Desktop 屬性

定義

取得使用者桌面資料夾的路徑。

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

屬性值

String

Platform::String

winrt::hstring

使用者桌面資料夾的完整路徑。

適用於