Share via


UserDataPaths.InternetCache プロパティ

定義

ユーザーの一時インターネット ファイル フォルダーへのパスを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ユーザーのインターネット一時ファイル フォルダーへの完全なパス。

適用対象