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

デスクトップ フォルダーへの完全なパス。

適用対象