UserDataPaths.Screenshots プロパティ

定義

ユーザーのスクリーンショット フォルダーへのパスを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ユーザーのスクリーンショット フォルダーへの完全なパス。

適用対象