UserDataPaths.Desktop プロパティ

定義

ユーザーの 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

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

適用対象