共用方式為


SystemDataPaths.PublicDesktop 屬性

定義

取得電腦上 [公用桌面] 資料夾的路徑。

public:
 property Platform::String ^ PublicDesktop { Platform::String ^ get(); };
winrt::hstring PublicDesktop();
public string PublicDesktop { get; }
var string = systemDataPaths.publicDesktop;
Public ReadOnly Property PublicDesktop As String

屬性值

String

Platform::String

winrt::hstring

[公用桌面] 資料夾的完整路徑。

適用於